All Downloads are FREE. Search and download functionalities are using the official Maven repository.

era.core.2.4.2.source-code.event_messages.properties Maven / Gradle / Ivy

There is a newer version: 3.0.12
Show newest version
# Author: [email protected]
# Since: 0.6.0
# Version: $Id: event_messages.properties 16915 2014-06-27 22:56:05Z colin $
#
# $License$

# This MUST be encoded in ISO-8859-1. To supply characters that are
# not supported by this encoding, use unicode escapes (\uxxxx).
#
# You may also create a separate file with a native encoding, and then
# use the 'native2ascii' tool of the Java Development Kit to convert
# that file into a this message file in ISO-8859-1. The same tool can
# do the reverse conversion using the '-reverse' command-line option.

error_msg_not_exec_report.msg=Message must be an execution report.
invalid_event_timestamp.msg=The timestamp {0} of Open-High-Low-Close trade event {1} must be greater than or equal to the Open-High-Low-Close interval start {2} and less than or equal to the interval end {3}.
validation_null_timestamp.msg=The event timestamp is missing.
validation_null_meta_type.msg=The event meta-type is missing.
validation_invalid_messageid.msg=The event included an invalid message ID: "{0}".  The message ID must be greater or equal to zero.
validation_null_equity.msg=The dividend event is missing the equity.
validation_null_amount.msg=The dividend event is missing the amount.
validation_null_currency.msg=The dividend event is missing the currency type.
validation_null_declare_date.msg=The dividend event is missing the declare date.
validation_null_execution_date.msg=The dividend event is missing the execution date.
validation_null_payment_date.msg=The dividend event is missing the payment date.
validation_null_record_date.msg=The dividend event is missing the record date.
validation_null_frequency.msg=The dividend event is missing the frequency.
validation_null_status.msg=The dividend event is missing the status.
validation_null_type.msg=The dividend event is missing the type.
validation_null_instrument.msg=The event is missing the instrument.
validation_null_price.msg=The event is missing the price.
validation_null_size.msg=The event is missing the size.
validation_null_exchange.msg=The event is missing the exchange.
validation_null_exchange_timestamp.msg=The event is missing the exchange timestamp.
validation_null_underlying_instrument.msg=The event is missing the underlying instrument.
validation_null_expiration_type.msg=The event is missing the expiration type.
validation_null_quote_action.msg=The event is missing the quote action.
validation_null_log_level.msg=The log event is missing the log level.
validation_list_contains_null.msg=One of the collections used to create a depth-of-book event contained null.  The collection {0} cannot contain null.
validation_list_incorrect_instrument.msg=One of the collections used to create a depth-of-book event contained an event with the wrong instrument.  The event {0} must be for the instrument {1}.
validation_equity_required.msg=This event builder requires an equity instrument
validation_option_required.msg=This event builder requires an option instrument
validation_future_required.msg=This event builder requires a future instrument
validation_currency_required.msg=This event builder requires a currency instrument
validation_bond_required.msg=This event builder requires a convertible bond instrument




© 2015 - 2025 Weber Informatics LLC | Privacy Policy