Package com.studerw.tda.model.account
Class Order
java.lang.Object
com.studerw.tda.model.account.Order
- All Implemented Interfaces:
Serializable
Order both sent and received when making trades. Some of the easier examples are described on the
TDA Developer page.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPrice()
getTag()
void
setAccountId
(Long accountId) void
setActivationPrice
(BigDecimal activationPrice) void
setCancelable
(Boolean cancelable) void
setCancelTime
(LocalDate cancelTime) void
setChildOrderStrategies
(List<Object> childOrderStrategies) void
setCloseTime
(ZonedDateTime closeTime) void
setComplexOrderStrategyType
(ComplexOrderStrategyType complexOrderStrategyType) void
setDestinationLinkName
(String destinationLinkName) void
setDuration
(Duration duration) void
setEditable
(Boolean editable) void
setEnteredTime
(ZonedDateTime enteredTime) void
setFilledQuantity
(BigDecimal filledQuantity) void
setOrderActivityCollection
(List<OrderActivity> orderActivityCollection) void
setOrderId
(Long orderId) void
setOrderLegCollection
(List<OrderLegCollection> orderLegCollection) void
setOrderStrategyType
(OrderStrategyType orderStrategyType) void
setOrderType
(OrderType orderType) void
setPrice
(BigDecimal price) void
setPriceLinkBasis
(PriceLinkBasis priceLinkBasis) void
setPriceLinkType
(PriceLinkType priceLinkType) void
setQuantity
(BigDecimal quantity) void
setReleaseTime
(Date releaseTime) void
setRemainingQuantity
(BigDecimal remainingQuantity) void
setReplacingOrderCollection
(List<Object> replacingOrderCollection) void
setRequestedDestination
(RequestedDestination requestedDestination) void
setSession
(Session session) void
setSpecialInstruction
(SpecialInstruction specialInstruction) void
void
setStatusDescription
(String statusDescription) void
setStopPrice
(BigDecimal stopPrice) void
setStopPriceLinkBasis
(StopPriceLinkBasis stopPriceLinkBasis) void
setStopPriceLinkType
(StopPriceLinkType stopPriceLinkType) void
setStopPriceOffset
(BigDecimal stopPriceOffset) void
setStopType
(StopType stopType) void
void
setTaxLotMethod
(TaxLotMethod taxLotMethod) toString()
-
Constructor Details
-
Order
public Order()
-
-
Method Details
-
getSession
-
setSession
-
getDuration
-
setDuration
-
getOrderType
-
setOrderType
-
getCancelTime
-
setCancelTime
-
getComplexOrderStrategyType
-
setComplexOrderStrategyType
-
getQuantity
-
setQuantity
-
getFilledQuantity
-
setFilledQuantity
-
getRemainingQuantity
-
setRemainingQuantity
-
getRequestedDestination
-
setRequestedDestination
-
getDestinationLinkName
-
setDestinationLinkName
-
getReleaseTime
-
setReleaseTime
-
getStopPrice
-
setStopPrice
-
getStopPriceLinkBasis
-
setStopPriceLinkBasis
-
getStopPriceLinkType
-
setStopPriceLinkType
-
getStopPriceOffset
-
setStopPriceOffset
-
getStopType
-
setStopType
-
getPriceLinkBasis
-
setPriceLinkBasis
-
getPriceLinkType
-
setPriceLinkType
-
getPrice
-
setPrice
-
getTaxLotMethod
-
setTaxLotMethod
-
getOrderLegCollection
-
setOrderLegCollection
-
getActivationPrice
-
setActivationPrice
-
getSpecialInstruction
-
setSpecialInstruction
-
getOrderStrategyType
-
setOrderStrategyType
-
getOrderId
-
setOrderId
-
getCancelable
-
setCancelable
-
getEditable
-
setEditable
-
getStatus
-
setStatus
-
getEnteredTime
-
setEnteredTime
-
getCloseTime
-
setCloseTime
-
getTag
-
setTag
-
getAccountId
-
setAccountId
-
getOrderActivityCollection
-
setOrderActivityCollection
-
getReplacingOrderCollection
-
setReplacingOrderCollection
-
getChildOrderStrategies
-
setChildOrderStrategies
-
getStatusDescription
-
setStatusDescription
-
getOtherFields
-
toString
-