MdEntry Constructor

public MdEntry( 
char action
char type
DateTime time
double price
int size
int position = -1 
)
This language is not supported or no code example is available.
public:  
MdEntry( 
char action
char type
DateTime time
double price
int size
int position 
)
This language is not supported or no code example is available.
public function MdEntry( 
action : char
type : char
time : DateTime
price : double
size : int
position : int 
);
This language is not supported or no code example is available.

Parameters

action
char

type
char

time
DateTime

price
double

size
int

position
int

In this article

Definition