AccountPosition(Byte, Double) Constructor

Initializes a new instance of the AccountPosition class.
public AccountPosition( 
byte currencyId
double value 
)
This language is not supported or no code example is available.
public:  
AccountPosition( 
Byte currencyId
double value 
)
This language is not supported or no code example is available.
public function AccountPosition( 
currencyId : byte
value : double 
);
This language is not supported or no code example is available.

Parameters

currencyId
byte

The currency identifier.

value
double

The value.

In this article

Definition