Transaction.InstrumentId Property
[DataMember(Name = "instrumentId")]
public int InstrumentId {get;}
This language is not supported or no code example is available.
[DataMember(Name = "instrumentId")]
public:
property int InstrumentId {
int get( );
}
This language is not supported or no code example is available.
public
DataMember(Name = "instrumentId")
function get InstrumentId() : int;
This language is not supported or no code example is available.
Property Value
int
In this article
Definition