Package com.longbridge.trade
Class PushOrderChanged
- java.lang.Object
-
- com.longbridge.trade.PushOrderChanged
-
public class PushOrderChanged extends Object
Real-time order change push event
-
-
Constructor Summary
Constructors Constructor Description PushOrderChanged()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccountNo()Returns the account number.StringgetCurrency()Returns the currency.BigDecimalgetExecutedPrice()Returns the executed price.BigDecimalgetExecutedQuantity()Returns the executed quantity.BigDecimalgetLastPrice()Returns the last fill price.BigDecimalgetLastShare()Returns the last fill quantity.BigDecimalgetLimitOffset()Returns the limit offset.StringgetMsg()Returns the rejection message.StringgetOrderId()Returns the order ID.OrderTypegetOrderType()Returns the order type.StringgetRemark()Returns the remark.OrderSidegetSide()Returns the order side.OrderStatusgetStatus()Returns the order status.StringgetStockName()Returns the security name.OffsetDateTimegetSubmittedAt()Returns the submission time.BigDecimalgetSubmittedPrice()Returns the submitted price.BigDecimalgetSubmittedQuantity()Returns the submitted quantity.StringgetSymbol()Returns the security code.OrderTaggetTag()Returns the order tag.BigDecimalgetTrailingAmount()Returns the trailing amount.BigDecimalgetTrailingPercent()Returns the trailing percentage.OffsetDateTimegetTriggerAt()Returns the trigger time.BigDecimalgetTriggerPrice()Returns the trigger price.TriggerStatusgetTriggerStatus()Returns the trigger status.OffsetDateTimegetUpdatedAt()Returns the last update time.StringtoString()
-
-
-
Method Detail
-
getSide
public OrderSide getSide()
Returns the order side.- Returns:
- order side
-
getStockName
public String getStockName()
Returns the security name.- Returns:
- security name
-
getSubmittedQuantity
public BigDecimal getSubmittedQuantity()
Returns the submitted quantity.- Returns:
- submitted quantity
-
getSymbol
public String getSymbol()
Returns the security code.- Returns:
- security code
-
getOrderType
public OrderType getOrderType()
Returns the order type.- Returns:
- order type
-
getSubmittedPrice
public BigDecimal getSubmittedPrice()
Returns the submitted price.- Returns:
- submitted price
-
getExecutedQuantity
public BigDecimal getExecutedQuantity()
Returns the executed quantity.- Returns:
- executed quantity
-
getExecutedPrice
public BigDecimal getExecutedPrice()
Returns the executed price.- Returns:
- executed price
-
getOrderId
public String getOrderId()
Returns the order ID.- Returns:
- order ID
-
getCurrency
public String getCurrency()
Returns the currency.- Returns:
- currency
-
getStatus
public OrderStatus getStatus()
Returns the order status.- Returns:
- order status
-
getSubmittedAt
public OffsetDateTime getSubmittedAt()
Returns the submission time.- Returns:
- submission time
-
getUpdatedAt
public OffsetDateTime getUpdatedAt()
Returns the last update time.- Returns:
- last update time
-
getTriggerPrice
public BigDecimal getTriggerPrice()
Returns the trigger price.- Returns:
- trigger price
-
getMsg
public String getMsg()
Returns the rejection message.- Returns:
- rejection message
-
getTag
public OrderTag getTag()
Returns the order tag.- Returns:
- order tag
-
getTriggerStatus
public TriggerStatus getTriggerStatus()
Returns the trigger status.- Returns:
- trigger status
-
getTriggerAt
public OffsetDateTime getTriggerAt()
Returns the trigger time.- Returns:
- trigger time
-
getTrailingAmount
public BigDecimal getTrailingAmount()
Returns the trailing amount.- Returns:
- trailing amount
-
getTrailingPercent
public BigDecimal getTrailingPercent()
Returns the trailing percentage.- Returns:
- trailing percentage
-
getLimitOffset
public BigDecimal getLimitOffset()
Returns the limit offset.- Returns:
- limit offset
-
getAccountNo
public String getAccountNo()
Returns the account number.- Returns:
- account number
-
getLastShare
public BigDecimal getLastShare()
Returns the last fill quantity.- Returns:
- last fill quantity
-
getLastPrice
public BigDecimal getLastPrice()
Returns the last fill price.- Returns:
- last fill price
-
getRemark
public String getRemark()
Returns the remark.- Returns:
- remark
-
-