Portfolio.GetPosition Method

Gets the position.
public Position GetPosition( 
Instrument instrument 
)
This language is not supported or no code example is available.
public:  
Position^ GetPosition( 
Instrument^ instrument 
)
This language is not supported or no code example is available.
public function GetPosition( 
instrument : Instrument 
) : Position;
This language is not supported or no code example is available.

Parameters

instrument
Instrument

The instrument.

Return Value

Position

Position.

In this article

Definition