export interface GetAccountPositionRequest {
  AccountId: number;
  IncludePending?: boolean;
}
