Class HistoryItemLast
Represents historical data trade item
Syntax
public sealed class HistoryItemLast : HistoryItem, IHistoryItem, ICloneable, IVolumeTickData, IBuyerSellerData
Constructors
HistoryItemLast()
Creates HistoryItemLast instance
Declaration
Properties
AggressorFlag
Defines trade operation side as aggressor flag
Declaration
public AggressorFlag AggressorFlag { get; set; }
Property Value
Type |
Description |
TradingPlatform.BusinessLayer.AggressorFlag |
|
Buyer
Declaration
public string Buyer { get; set; }
Property Value
Type |
Description |
System.String |
|
FundingRate
Declaration
public double FundingRate { get; set; }
Property Value
Type |
Description |
System.Double |
|
Item[PriceType]
Declaration
public override double this[PriceType priceType] { get; }
Parameters
Property Value
Type |
Description |
System.Double |
|
Overrides
TradingPlatform.BusinessLayer.HistoryItem.Item[TradingPlatform.BusinessLayer.PriceType]
OpenInterest
Declaration
public double OpenInterest { get; set; }
Property Value
Type |
Description |
System.Double |
|
Price
Declaration
public double Price { get; set; }
Property Value
Type |
Description |
System.Double |
|
Seller
Declaration
public string Seller { get; set; }
Property Value
Type |
Description |
System.String |
|
TickDirection
Declaration
public TickDirection TickDirection { get; set; }
Property Value
Type |
Description |
TradingPlatform.BusinessLayer.TickDirection |
|
Volume
Declaration
public double Volume { get; set; }
Property Value
Type |
Description |
System.Double |
|
Implements
ICloneable