Skip to main content
POST
Submit a FIX quote

Ủy quyền

Authorization
string
header
bắt buộc

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Nội dung

application/json

Put-through quote request fields.

QuoteRequest schema.

quote_msg_id
string
bắt buộc

Required.

quote_id
string

Quote identifier.

quote_type
integer<int32>

Quote type.

private_quote
boolean

Indicates whether the quote is private.

parties
object[]

Party list carried by the request.

symbol
string

Trading symbol.

side
string

B or S; optional for quote.

account
string

Trading account used by the request.

bid_price
string

Bid price.

offer_price
string

Offer price.

bid_size
integer<int64>

Bid size.

offer_size
integer<int64>

Offer size.

order_type
string

Order type submitted by the client.

trade_date
string

Trade date value for QuoteRequest.

ioi_id
string

IOI identifier.

Phản hồi

Accepted

AckResponse schema.

isSuccess
boolean

Indicates whether the operation completed successfully.

Ví dụ:

true

detail
string

Detailed information for the record.

data
object

Ack schema.