Message: Text

File: common/shared_1.proto

Description

Text with a unique key. Possible text messages along with their corresponding keys and formats are listed in a separate document.

Used in

AccountLogoffResult, AccountLogonResult, AccountPasswordChangeResult, AllocationReport, ApiLimitEntry, BalanceItem, BalanceItemsLink, ContractMetadata, GoFlatStatus, GroupBalanceDetails, HedgeBalanceDetails, MarketDataSubscriptionStatus, MetadataAdminResult, NonTimedBarReport, OptionCalculationReport, OrderRequestReject, OtcReport, ProcessingMetadata, RFQReport, RFQSubscriptionReport, Report, RuleEvent, RuleResult, SecurityMetadata, SetCollapsingLevelResult, SignOnResult, StrategyDefinitionReport, TimeAndSalesReport, TimeBarReport, TradeSubscriptionStatus, VolumeProfileReport

Fields

key

Type: string

Description: Message unique key.

text

Type: string

Description: Message text.

format (deprecated)

Type: string

Description: Deprecated: For localization please use message key and format listed in a separate document.

param

Type: string

Description: Optional list of format string parameters ordered according to the format string placeholders. E.g., for format string “The request is rejected because %1% limit of %2% per %3% seconds is exceeded” the parameters could be: [“request rate”, “1000”, “10”]. Note: Float numbers are always defined in decimal format with a dot separator like “23434.34” and date and time in extended ISO 8601 format as “2016-11-09 15:11:20.323” (time part is optional for dates, date part is optional for time only, seconds in time part also may not have fractional part). Client can convert these values to different formats if they need to.