Fill(DateTime, Order, Instrument, Byte, OrderSide, Double, Double, String) Constructor

Initializes a new instance of the Fill class.
public Fill( 
DateTime dateTime
Order order
Instrument instrument
byte currencyId
OrderSide side
double qty
double price
string text = "" 
)
This language is not supported or no code example is available.
public:  
Fill( 
DateTime dateTime
Order^ order
Instrument^ instrument
Byte currencyId
OrderSide side
double qty
double price
String^ text 
)
This language is not supported or no code example is available.
public function Fill( 
dateTime : DateTime
order : Order
instrument : Instrument
currencyId : byte
side : OrderSide
qty : double
price : double
text : String 
);
This language is not supported or no code example is available.

Parameters

dateTime
DateTime

The date time.

order
Order

The order.

instrument
Instrument

The instrument.

currencyId
byte

The currency identifier.

side
OrderSide

The side.

qty
double

The qty.

price
double

The price.

text
string

The text.

In this article

Definition