pub type ListOpenPositionsResponse = ListOpenPositionsResponse200Body;

Aliased Type§

struct ListOpenPositionsResponse {
    pub positions: Option<Vec<Position>>,
    pub last_transaction_id: Option<String>,
}

Fields§

§positions: Option<Vec<Position>>

The list of open Positions in the Account.

§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