Loading...
Searching...
No Matches
ATAS.DataFeedsCore.IPriceFormatter Interface Reference

Exposes the subset of trading-entity properties required to format prices and derive instrument classification (US bonds, MOEX futures). Implemented by Security directly and by OFT.Platform.Models.Instrument via explicit interface implementation. More...

Inheritance diagram for ATAS.DataFeedsCore.IPriceFormatter:
[legend]

Properties

decimal TickSize [get]
 
decimal TickCost [get]
 
int Digits [get]
 
string Code [get]
 
string Exchange [get]
 

Detailed Description

Exposes the subset of trading-entity properties required to format prices and derive instrument classification (US bonds, MOEX futures). Implemented by Security directly and by OFT.Platform.Models.Instrument via explicit interface implementation.

Property Documentation

◆ Code

string ATAS.DataFeedsCore.IPriceFormatter.Code
get

Implemented in ATAS.DataFeedsCore.Security.

◆ Digits

int ATAS.DataFeedsCore.IPriceFormatter.Digits
get

Implemented in ATAS.DataFeedsCore.Security.

◆ Exchange

string ATAS.DataFeedsCore.IPriceFormatter.Exchange
get

Implemented in ATAS.DataFeedsCore.Security.

◆ TickCost

decimal ATAS.DataFeedsCore.IPriceFormatter.TickCost
get

Implemented in ATAS.DataFeedsCore.Security.

◆ TickSize

decimal ATAS.DataFeedsCore.IPriceFormatter.TickSize
get

Implemented in ATAS.DataFeedsCore.Security.


The documentation for this interface was generated from the following file: