Longbridge OpenAPI SDK
    Preparing search index...

    Class OrderDetail

    Order detail

    Index

    Constructors

    Accessors

    • get orderId(): string

      Order ID

      Returns string

    • get stockName(): string

      Stock name

      Returns string

    • get executedPrice(): Decimal | null

      Executed price

      Returns Decimal | null

    • get submittedAt(): Date

      Submitted time

      Returns Date

    • get symbol(): string

      Security code

      Returns string

    • get triggerPrice(): Decimal | null

      LIT / MIT Order Trigger Price

      Returns Decimal | null

    • get msg(): string

      Rejected Message or remark

      Returns string

    • get updatedAt(): Date | null

      Last updated time

      Returns Date | null

    • get triggerAt(): Date | null

      Conditional order trigger time

      Returns Date | null

    • get trailingAmount(): Decimal | null

      TSMAMT / TSLPAMT order trailing amount

      Returns Decimal | null

    • get trailingPercent(): Decimal | null

      TSMPCT / TSLPPCT order trailing percent

      Returns Decimal | null

    • get limitOffset(): Decimal | null

      TSLPAMT / TSLPPCT order limit offset amount

      Returns Decimal | null

    • get currency(): string

      Currency

      Returns string

    • get outsideRth(): OutsideRTH | null

      Enable or disable outside regular trading hours

      Returns OutsideRTH | null

    • get limitDepthLevel(): number | null

      Limit depth level

      Returns number | null

    • get triggerCount(): number | null

      Trigger count

      Returns number | null

    • get monitorPrice(): Decimal | null

      Monitor price

      Returns Decimal | null

    • get remark(): string

      Remark

      Returns string

    • get freeAmount(): Decimal | null

      Commission-free amount

      Returns Decimal | null

    • get freeCurrency(): string | null

      Commission-free currency

      Returns string | null

    • get deductionsAmount(): Decimal | null

      Deduction amount

      Returns Decimal | null

    • get deductionsCurrency(): string | null

      Deduction currency

      Returns string | null

    • get platformDeductedAmount(): Decimal | null

      Platform deduction amount

      Returns Decimal | null

    • get platformDeductedCurrency(): string | null

      Platform deduction currency

      Returns string | null

    Methods

    • Returns string

    • Returns any