Fill Class
[DataContract()]
public class Fill : DataObject
This language is not supported or no code example is available.
[DataContract()]
public ref class Fill : public DataObject^
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() |
Fill() | Initializes a new instance of the Fill class. |
![]() |
Fill(DateTime, Order, Instrument, byte, OrderSide, double, double, string) | Initializes a new instance of the Fill class. |
![]() |
Fill(ExecutionReport) | Initializes a new instance of the Fill class. |
![]() |
Fill(Fill) | Initializes a new instance of the Fill class. |
Name | Description | |
---|---|---|
![]() |
CashFlow | Gets the cash flow. |
![]() |
Commission | Gets the commission. |
![]() |
CurrencyId | Gets the currency identifier. |
![]() |
DateTime | Gets or sets the date time. (inherited from Event). |
![]() |
Instrument | Gets the instrument. |
![]() |
NetCashFlow | Gets the net cash flow. |
![]() |
Order | Gets the order. |
![]() |
Price | Gets the price. |
![]() |
Qty | Gets the quantity. |
![]() |
Side | Gets the order side. |
![]() |
SubSide | Gets the order sub side. |
![]() |
Text | Gets the text. |
![]() |
TypeId | Gets the type identifier of this object. |
![]() |
Value | Gets the value. |
Name | Description | |
---|---|---|
![]() |
Clone() | (inherited from DataObject). |
![]() |
GetSideAsString() | Gets the side as string. |
![]() |
ToJSON() | Returns a JSON formatted String that represents this instance. (inherited from Event). |
![]() |
ToString() | Returns a String that represents this instance. |