Skip to content

Prodigy Market Control Data Model

Data model for the Prodigy Market Control APIs

Represents a simple request body accepting comments.

FieldTypeLabelDescription
CommentsStringA comment describing the request.

Represents the body of a Market request

FieldTypeLabelDescription
DataObjectA JSON blob of model-specific data for this request.
CommentsStringA comment describing the market update.

Represents the body of a Market Create request

FieldTypeLabelDescription
SetupMarketSetupInfoThe setup data for the market.
DataObjectA JSON blob of model-specific data for this request.
ConfigObjectOptionalA JSON blob of model-specific configuration.
CommentsStringAn initial comment describing the market.

Describes a news announcement being submitted to the Market.

FieldTypeLabelDescription
TitleStringThe title of the news announcement
ReferenceStringOptionalA reference to an existing news body
SymbolsStringRepeatedA list of associated symbol codes that exist on the market
DataObjectOptionalA JSON blob of model-specific data for this request.