| id | str | Unique identifier for the quote | |
| rfq_id | str | ID of the RFQ this quote is responding to | |
| creator_id | str | Public communications ID of the quote creator | |
| rfq_creator_id | str | Public communications ID of the RFQ creator | |
| market_ticker | str | The ticker of the market this quote is for | |
| contracts | int | Number of contracts in the quote | |
| yes_bid | int | Bid price for YES contracts, in cents | |
| no_bid | int | Bid price for NO contracts, in cents | |
| yes_bid_dollars | str | US dollar amount as a fixed-point decimal string with exactly 4 decimal places | |
| no_bid_dollars | str | US dollar amount as a fixed-point decimal string with exactly 4 decimal places | |
| created_ts | datetime | Timestamp when the quote was created | |
| updated_ts | datetime | Timestamp when the quote was last updated | |
| status | str | Current status of the quote | |
| accepted_side | str | The side that was accepted (yes or no) | [optional] |
| accepted_ts | datetime | Timestamp when the quote was accepted | [optional] |
| confirmed_ts | datetime | Timestamp when the quote was confirmed | [optional] |
| executed_ts | datetime | Timestamp when the quote was executed | [optional] |
| cancelled_ts | datetime | Timestamp when the quote was cancelled | [optional] |
| rest_remainder | bool | Whether to rest the remainder of the quote after execution | [optional] |
| cancellation_reason | str | Reason for quote cancellation if cancelled | [optional] |
| creator_user_id | str | User ID of the quote creator (private field) | [optional] |
| rfq_creator_user_id | str | User ID of the RFQ creator (private field) | [optional] |
| rfq_target_cost_centi_cents | int | Total value requested in the RFQ in centi-cents | [optional] |
| rfq_creator_order_id | str | Order ID for the RFQ creator (private field) | [optional] |
| creator_order_id | str | Order ID for the quote creator (private field) | [optional] |