pub type GetAccountInstrumentsResponse = GetAccountInstrumentsResponse200Body;

Aliased Type§

struct GetAccountInstrumentsResponse {
    pub instruments: Option<Vec<Instrument>>,
    pub last_transaction_id: Option<String>,
}

Fields§

§instruments: Option<Vec<Instrument>>

The requested list of instruments.

§last_transaction_id: Option<String>

The ID of the most recent Transaction created for the Account. format: String representation of the numerical OANDA-assigned TransactionID