Quote(Bid, Ask) Constructor

Initializes a new instance of the Quote class.
public Quote( 
Bid bid
Ask ask 
)
This language is not supported or no code example is available.
public:  
Quote( 
Bid^ bid
Ask^ ask 
)
This language is not supported or no code example is available.
public function Quote( 
bid : Bid
ask : Ask 
);
This language is not supported or no code example is available.

Parameters

bid
Bid

The bid.

ask
Ask

The ask.

In this article

Definition