era.strategy.2.4.2.source-code.strategy_messages.properties Maven / Gradle / Ivy
# Author: [email protected]
# Since: 1.0.0
# Version: $Id: strategy_messages.properties 16600 2013-06-26 00:53:16Z 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.
provider_description.msg=Strategy
parameter_type_error.msg=The strategy module expected parameter {0} to be of type "{1}" but was of type "{2}" instead.
parameter_count_error.msg=The strategy module expected 7 parameters.
null_parameter_error.msg=The strategy module expected parameter {0} to be of type "{1}" but it was null instead.
invalid_language_error.msg=The strategy module could not translate "{0}" to a valid language type.
empty_name_error.msg=The strategy name must be of non-zero length.
empty_instance_error.msg=The strategy instance name must be of non-zero length.
file_does_not_exist_or_is_not_readable.msg=The file specified as the strategy source, "{0}", must exist and must be readable.
failed_to_start.msg=The strategy failed to start.
no_strategy_class.msg=The strategy must implement a subclass of a Marketcetera Strategy class.
no_support_for_language.msg=This strategy execution engine has no support for "{0}".
market_data_request_failed.msg=The market data request for "{0}" failed.
cep_request_failed.msg=The complex event processor request for "{0}" from provider "{1}" failed.
null_property_key.msg=A strategy cannot set or get a property with a null key.
no_parameters.msg={0} was given no parameters.
invalid_market_data_request.msg={0} submitted an invalid market data request for "{1}". No market data will be returned.
invalid_cep_request.msg={0} submitted an invalid complex event processor query request for "{1}" from "{2}:{3}". No data will be returned.
invalid_trade_suggestion.msg={0} submitted an invalid trade suggestion. Either the order, the score, or the identifier was not specified and all are required.
invalid_notification.msg={0} submitted an invalid notification. The notification was not specified and is required.
invalid_log.msg={0} submitted an invalid log message. The log message was not specified and is required.
callback_error.msg=An error occurred while executing a callback request for {0}. The callback may or may not have been completed depending on when the error occurred. The strategy will continue to run.\nThe specific error is as follows:\n{1}
invalid_message.msg={0} submitted an invalid FIX message. Either the message or the broker was not specified and both are required.
compilation_failed.msg={0} could not be compiled: {1}
invalid_strategy_name.msg=The name of {0} is invalid and cannot be compiled into a Java object. Please change the name to make it comply with Java standards and try again.
invalid_order.msg={0} submitted an invalid order. The order or the order ID was not specified and they are both required.
invalid_data.msg={0} submitted invalid data. The data was not specified and is required.
invalid_data_request.msg={0} submitted an invalid data request. The data request was not specified and is required.
data_request_failed.msg={0} failed to create a data request specified as "{1}" for the following reason:
data_request_cancel_failed.msg={0} failed to cancel a data request with data flow identifier "{1}" for the following reason:
invalid_data_request_cancel.msg={0} submitted an invalid data request cancel. The data request identifier was not specified and is required.
strategy_not_ready_to_receive_data.msg={0} received {1} but cannot accept the data because the strategy has not been initialized correctly. The data will be discarded.
order_validation_failed.msg={0} submitted an invalid order.
invalid_cancel.msg={0} submitted an invalid cancel request. The order ID was not specified and it is required.
invalid_orderid.msg={0} submitted a cancel request for an invalid order. The order ID {1} was specified but it does not correspond to an order created during this strategy session by this strategy.
order_cancel_failed.msg={0} submitted a request to cancel all submitted orders and the attempt to cancel the order with ID {1} failed. This order will be skipped but an attempt will be made to cancel each of the rest of the orders.
invalid_replacement_order.msg={0} submitted a request to cancel and replace an order but the request failed. The order ID of the order to be replaced and the replacement order are both required but one was not specified.
cannot_retrieve_brokers.msg={0} failed to retrieve a list of brokers.
invalid_equity_position_request.msg={0} submitted an invalid equity position request. The date value was "{1}" and the symbol value was "{2}". One was null or empty and both are required.
invalid_option_position_request.msg={0} submitted an invalid option position request. The date value was "{1}", the option root value was "{2}", the expiry was "{3}, the strike price was "{4}", and the type was "{5}". One or more were null or empty and all are required.
invalid_future_position_request.msg={0} submitted an invalid future position request. The date value was "{1}" and the symbol value was "{2}". One was null or empty and both are required.
invalid_currency_position_request.msg={0} submitted an invalid currency position request. The date value was "{1}" and the symbol value was "{2}". One was null or empty and both are required.
invalid_underlying_request.msg={0} submitted an invalid underlying symbol request. The option root value was "{1}" and was null or empty and is required.
invalid_positions_request.msg={0} submitted an invalid positions request. The date value was null and is required.
invalid_positions_by_option_roots_request.msg={0} submitted an invalid positions request for option roots. The date value was null or the option roots list was null, empty, or contains a null or empty option root.
invalid_option_roots_request.msg={0} submitted an invalid request for option roots. The underlying symbol was null or empty and is required.
cannot_retrieve_equity_position.msg={0} failed to retrieve the equity position for {1} as of {2}.
cannot_retrieve_future_position.msg={0} failed to retrieve the future position for {1} as of {2}.
cannot_retrieve_currency_position.msg={0} failed to retrieve the currency position for {1} as of {2}.
cannot_retrieve_option_position.msg={0} failed to retrieve the option position for {1}/{2}/{3}/{4} as of {5}.
cannot_retrieve_positions.msg={0} failed to retrieve all positions as of {1}.
cannot_retrieve_positions_by_option_roots.msg={0} failed to retrieve option positions for option roots "{1}" as of {2}.
cannot_retrieve_underlying.msg={0} failed to retrieve the underlying symbol for {1}.
cannot_retrieve_option_roots.msg={0} failed to retrieve the option roots for underlying symbol {1}.
execution_report_request_failed.msg={0} tried to subscribe to {1} to receive execution reports but the request failed. This means that the strategy will not have access to execution reports.
unable_to_cancel_data_request.msg={0} tried to cancel the data request associated with identifier "{1}" but failed.
no_data_handle.msg={0} was unable to cancel a data request because the identifier "{1}" does not correspond to an active data request.
send_message_failed.msg={0} was unable to send {1} to {2}.
invalid_event.msg={0} submitted an invalid event. The event or, if specified, the broker, was null and the event will not be sent.
cannot_send_event_to_cep.msg={0} failed to send {1} to {2}.
stop_error.msg={0} encountered an error while stopping. The strategy will continue to shut down despite the error.
cannot_create_connection.msg={0} tried to create a connection to {1} but failed.
invalid_event_to_cep.msg={0} tried to send "{1}" to "{2}" but one or both values were not specified. The event was not sent to the CEP destination.
invalid_combined_data_request.msg={0} submitted an invalid request for combined market data "{1}" with complex event processor data "{2}" from "{3}:{4}". One of the elements was not specified and all are required.
combined_data_request_failed.msg=The combined data request for market data "{0}" with complex event processing "{1}" from "{2}:{3}" failed.
strategy_compilation_null_result.msg={0} compiled successfully but the execution engine did not produce a non-null result.
runtime_error.msg=Error executing {0} in {1}: {2}
cannot_request_data.msg={0} cannot make a request that returns data because the strategy is at "{1}" status.
cannot_send_data.msg={0} cannot send data because the strategy is at "{1}" status.
invalid_status_to_receive_data.msg={0} discarded {1} because the strategy is at "{2}" status.
cannot_change_state.msg={0} cannot change state from {1} to {2}.
bean_attribute_changed.msg=An attribute of this object has changed.
status_changed.msg=The strategy status has changed.
executing_callback.msg=The strategy framework is executing a callback for {0} at {1}.
canceling_all_data_requests.msg={0} is canceling all data requests.
submitting_cancel_all_orders_request.msg={0} is submitting a request to cancel all orders.
submitting_cancel_replace_request.msg={0} is submitting cancel and replace order {1}.
cancel_request_submitted.msg={0} submitted a request to cancel {1} {1,choice,0#orders|1#order|2