Class OrderStrategy

java.lang.Object
com.studerw.tda.model.account.OrderStrategy
All Implemented Interfaces:
Serializable

public class OrderStrategy extends Object implements Serializable
See Also:
  • Constructor Details

    • OrderStrategy

      public OrderStrategy()
  • Method Details

    • getSession

      public Session getSession()
    • getDuration

      public Duration getDuration()
    • getOrderType

      public OrderType getOrderType()
    • getCancelTime

      public LocalDate getCancelTime()
    • getComplexOrderStrategyType

      public ComplexOrderStrategyType getComplexOrderStrategyType()
    • getQuantity

      public BigDecimal getQuantity()
    • getFilledQuantity

      public BigDecimal getFilledQuantity()
    • getRemainingQuantity

      public BigDecimal getRemainingQuantity()
    • getRequestedDestination

      public RequestedDestination getRequestedDestination()
    • getDestinationLinkName

      public String getDestinationLinkName()
    • getReleaseTime

      public String getReleaseTime()
    • getStopPrice

      public BigDecimal getStopPrice()
    • getStopPriceLinkBasis

      public StopPriceLinkBasis getStopPriceLinkBasis()
    • getStopPriceLinkType

      public StopPriceLinkType getStopPriceLinkType()
    • getStopPriceOffset

      public BigDecimal getStopPriceOffset()
    • getStopType

      public StopType getStopType()
    • getPriceLinkBasis

      public PriceLinkBasis getPriceLinkBasis()
    • getPriceLinkType

      public PriceLinkType getPriceLinkType()
    • getPrice

      public BigDecimal getPrice()
    • getTaxLotMethod

      public TaxLotMethod getTaxLotMethod()
    • getOrderLegCollection

      public List<OrderLegCollection> getOrderLegCollection()
    • getActivationPrice

      public BigDecimal getActivationPrice()
    • getSpecialInstruction

      public SpecialInstruction getSpecialInstruction()
    • getOrderStrategyType

      public OrderStrategyType getOrderStrategyType()
    • getOrderId

      public Long getOrderId()
    • getCancelable

      public Boolean getCancelable()
    • getEditable

      public Boolean getEditable()
    • getStatus

      public Status getStatus()
    • getEnteredTime

      public String getEnteredTime()
    • getCloseTime

      public String getCloseTime()
    • getTag

      public String getTag()
    • getAccountId

      public Long getAccountId()
    • getOrderActivityCollection

      public List<OrderActivity> getOrderActivityCollection()
    • getReplacingOrderCollection

      public List<Object> getReplacingOrderCollection()
    • getChildOrderStrategies

      public List<OrderStrategy> getChildOrderStrategies()
    • getStatusDescription

      public String getStatusDescription()
    • getOtherFields

      public Map<String,Object> getOtherFields()
    • toString

      public String toString()
      Overrides:
      toString in class Object