TradableQuote

Provides tradable quote data.

  • Name Type Description
    Amount Integer The amount for which the quote is calculated.
    Price values are depending on a subscription to a feed. This can mean no data, delayed data or real time data dependent on the callers subscription setup.
    Ask Number The ask price.
    Price values are depending on a subscription to a feed. This can mean no data, delayed data or real time data dependent on the callers subscription setup.
    AskSize Number The ask size.
    Price values are depending on a subscription to a feed. This can mean no data, delayed data or real time data dependent on the callers subscription setup.
    Bid Number The bid price.
    Price values are depending on a subscription to a feed. This can mean no data, delayed data or real time data dependent on the callers subscription setup.
    BidSize Number The bid size.
    Price values are depending on a subscription to a feed. This can mean no data, delayed data or real time data dependent on the callers subscription setup.
    DelayedByMinutes Integer If set, it defines the number of minutes by which the price is delayed.
    Price values are depending on a subscription to a feed. This can mean no data, delayed data or real time data dependent on the callers subscription setup.
    ErrorCode ErrorCode Gets or sets the error code.
    MarketState MarketState
    Mid Number The mid price.
    Price values are depending on a subscription to a feed. This can mean no data, delayed data or real time data dependent on the callers subscription setup.
    PriceSource String The source for the price information
    PriceTypeAsk PriceQuality The price type for ask.
    Price values are depending on a subscription to a feed. This can mean no data, delayed data or real time data dependent on the callers subscription setup.
    PriceTypeBid PriceQuality The price type for bid.
    Price values are depending on a subscription to a feed. This can mean no data, delayed data or real time data dependent on the callers subscription setup.
    QuoteId Obsolete String The Id of this quote. Only supplied if quote (price) is tradable. You must supply this when trading on the quote, i.e. when posting to the /position resource.
    ReferencePrice Number Suggested price based on best available price information. Typically used as suggested price when exchange is closed.
    Price values are depending on a subscription to a feed. This can mean no data, delayed data or real time data dependent on the callers subscription setup.
    RFQState Obsolete RFQState State of RFQ flow. If quote is not in RFQ, then this value will not be returned. If quote is in RFQ one of the listed state values will be returned. If quote switches from RFQ mode back to normal mode, the RFQState=None value will be sent over the streaming channel once.