Fill Class

Represents a portfolio transaction that corresponds to a partial or complete order fill
[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.
public  
DataContract() 
class Fill 
extends DataObject
This language is not supported or no code example is available.
Name Description
Public constructor Fill() Initializes a new instance of the Fill class.
Public constructor Fill(DateTime, Order, Instrument, byte, OrderSide, double, double, string) Initializes a new instance of the Fill class.
Public constructor Fill(ExecutionReport) Initializes a new instance of the Fill class.
Public constructor Fill(Fill) Initializes a new instance of the Fill class.
Top
Name Description
Public property CashFlow Gets the cash flow.
Public property Commission Gets the commission.
Public property CurrencyId Gets the currency identifier.
Public property DateTime Gets or sets the date time. (inherited from Event).
Public property Instrument Gets the instrument.
Public property NetCashFlow Gets the net cash flow.
Public property Order Gets the order.
Public property Price Gets the price.
Public property Qty Gets the quantity.
Public property Side Gets the order side.
Public property SubSide Gets the order sub side.
Public property Text Gets the text.
Public property TypeId Gets the type identifier of this object.
Public property Value Gets the value.
Top
Methods
 
Name Description
Public method Clone() (inherited from DataObject).
Public method GetSideAsString() Gets the side as string.
Public method ToJSON() Returns a JSON formatted String that represents this instance. (inherited from Event).
Public method ToString() Returns a String that represents this instance.
Top
Fields
 
Name Description
Internal protected (Protected Friend) field dateTime (inherited from Event).
Top

In this article

Definition