DataManager.GetBid (Instrument) Method

Gets the bid.
public Bid GetBid( 
Instrument instrument 
)
This language is not supported or no code example is available.
public:  
Bid^ GetBid( 
Instrument^ instrument 
)
This language is not supported or no code example is available.
public function GetBid( 
instrument : Instrument 
) : Bid;
This language is not supported or no code example is available.

Parameters

instrument
Instrument

The instrument.

Return Value

Bid

Bid.

In this article

Definition