Prodigy Market Control Data Model
Data model for the Prodigy Market Control APIs
Messages
Section titled “Messages”CommentRequestBody
Section titled “CommentRequestBody”Represents a simple request body accepting comments.
Field | Type | Label | Description |
---|---|---|---|
Comments | String | A comment describing the request. |
EntityBody
Section titled “EntityBody”EntityDetails
Section titled “EntityDetails”GenericRequestBody
Section titled “GenericRequestBody”MarketAccessBody
Section titled “MarketAccessBody”MarketBody
Section titled “MarketBody”Represents the body of a Market request
Field | Type | Label | Description |
---|---|---|---|
Data | Object | A JSON blob of model-specific data for this request. | |
Comments | String | A comment describing the market update. |
MarketCreateBody
Section titled “MarketCreateBody”Represents the body of a Market Create request
Field | Type | Label | Description |
---|---|---|---|
Setup | MarketSetupInfo | The setup data for the market. | |
Data | Object | A JSON blob of model-specific data for this request. | |
Config | Object | Optional | A JSON blob of model-specific configuration. |
Comments | String | An initial comment describing the market. |
PostNewsBody
Section titled “PostNewsBody”Describes a news announcement being submitted to the Market.
Field | Type | Label | Description |
---|---|---|---|
Title | String | The title of the news announcement | |
Reference | String | Optional | A reference to an existing news body |
Symbols | String | Repeated | A list of associated symbol codes that exist on the market |
Data | Object | Optional | A JSON blob of model-specific data for this request. |