Trade(DateTime, Byte, Int32, Double, Int32, SByte) Constructor

public Trade( 
DateTime dateTime
byte providerId
int instrumentId
double price
int size
SByte direction 
)
This language is not supported or no code example is available.
public:  
Trade( 
DateTime dateTime
Byte providerId
int instrumentId
double price
int size
SByte direction 
)
This language is not supported or no code example is available.
public function Trade( 
dateTime : DateTime
providerId : byte
instrumentId : int
price : double
size : int
direction : SByte 
);
This language is not supported or no code example is available.

Parameters

dateTime
DateTime

providerId
byte

instrumentId
int

price
double

size
int

direction
SByte

In this article

Definition