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

Initializes a new instance of the Tick class.
public Trade( 
DateTime dateTime
byte providerId
int instrumentId
double price
int size 
)
This language is not supported or no code example is available.
public:  
Trade( 
DateTime dateTime
Byte providerId
int instrumentId
double price
int size 
)
This language is not supported or no code example is available.
public function Trade( 
dateTime : DateTime
providerId : byte
instrumentId : int
price : double
size : int 
);
This language is not supported or no code example is available.

Parameters

dateTime
DateTime

The date time.

providerId
byte

The provider identifier.

instrumentId
int

The instrument identifier.

price
double

The price.

size
int

The size.

In this article

Definition