Current section
Files
Jump to
Current section
Files
lib/schema/strategies.ex
defmodule Ameritrade.Strategies do
@moduledoc false
defstruct session: 0,
duration: 0,
orderType: 0,
cancelTime: nil,
complexOrderStrategyType: 0,
quantity: 0,
filledQuantity: 0,
remainingQuantity: 0,
requestedDestination: nil,
destinationLinkName: nil,
releaseTime: nil,
stopPrice: 0,
stopPriceLinkBasis: nil,
stopPriceLinkType: nil,
stopPriceOffset: 0,
stopType: nil,
priceLinkBasis: nil,
priceLinkType: nil,
price: 0,
taxLotMethod: nil,
orderLegCollection: [],
activationPrice: 0,
specialInstruction: nil,
orderStrategyType: nil,
orderId: 0,
cancelable: false,
editable: false,
status: nil,
enteredTime: nil,
closeTime: nil,
tag: nil,
accountId: 0,
orderActivityCollection: [],
orderActivityCollection: [],
childOrderStrategies: [],
statusDescription: nil
end