OptionsChainResponse

Response representing a full Options Chain view. The contents of the response varies with the type of option: ETOs, FxVanilla and FxBinary options each have their own variations. This is mainly in the Expiries and Strikes that the variations occur.

  • Name Type Description
    AssetType AssetType AssetType of the response. This is added to aid the client in parsing the quite different types of option chain data.
    Expiries ExpiryData [] The list of expiries. All expiries of a given option are returned (in the initial response), but will only contain strike-data for the specified expiries & options.
    ExpiryCount Integer Total number of expiries for the options chain
    LastUpdated UtcDateTime Date and time for last update of the Options Chain represented by this response.