Class Last
Represent access to trade information.
public class Last : MessageQuote, IVolumeTickData, IBuyerSellerData
Properties
Information about operation side of the trade
Declaration
public AggressorFlag AggressorFlag { get; set; }
Property Value
Type |
Description |
TradingPlatform.BusinessLayer.AggressorFlag |
|
Declaration
public string Buyer { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public double OpenInterest { get; set; }
Property Value
Type |
Description |
System.Double |
|
Price at which trade occured
Declaration
public double Price { get; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public string Seller { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public double Size { get; }
Property Value
Type |
Description |
System.Double |
|
Shows the direction of price movement, comparing to previous value.
Declaration
public TickDirection TickDirection { get; }
Property Value
Type |
Description |
TradingPlatform.BusinessLayer.TickDirection |
|
Declaration
public string TradeId { get; set; }
Property Value
Type |
Description |
System.String |
|