Package velox.api.layer1.messages
package velox.api.layer1.messages
-
ClassDescriptionYou can control instruments shown in bookmap subscription dialog using this message.NOTE: any event class can not be used by multiple generatorsUse this message to send GUI panels for configuration of
Layer1ApiSoundAlertMessage's, created by your addon (specified viaLayer1ApiAlertGuiMessage.source).Bookmap sends this message to the addon, if a user changed alert settings via GUI.Request for alias generation based on symbol, exchange, type.Historical data for this alias have been loaded
If any data (like sum of trades at time) was cached for this instrument, it may not be valid nowUsed to mark classes that are not required to be intercepted before reaching lower (provider) end of the chain.Is used for statistics onlyNotify bookmap that previous order sent withSimpleOrderSendParameters.closingPositionHintwas processed successfullyProviders time will be sent using CurrentTimeUserMessage at least as often as specified by interval There is one exception: if system was in sleep mode or system time was changed while bookmap was working, some events might be skipped, and event withCurrentTimeUserMessage.isEventsSkipped= true flag will be sentShow bottom panel to user if it's currently not shownCancels all messages that are currently pending, that match filterUse this message to declare your addon intents of sending alerts to a user.This message triggers Bookmap to show a notification/play sound alert.Builder to buildLayer1ApiSoundAlertMessage.Request to freeze time temporarily.Used to add/remove custom update generators
Important note: when generator is added with this message, custom events will be generated for past history
This can take some time, and it is done synchronously in thread that was used to send message
You might want to invalidate current indicators once you receive control after sending this messageAdds new action to dropdown menu for every instrument in ControlGuiDescribes either adding or removing group of actions for some strategy in main menuDescribes single menu item that is created by this messageCan be used to print some text over chart with optional close icon
If message withLayer1ApiUserMessageNotification.idwas already present, displayed message will be updated
Messages need to be removed with this message (note that you need to do this in response for close icon pressed as well)This message is generated after a reading of catch up data is finished.For all opened dialogs with strategies settings, GUI elements will be reloadedThis message requests account selection.Message should implement this interface if it wants to update an existing custom indicatorStrategy will receive this message with it's target class specified when it is added and can start sending messages
(message.getClass() == (strategy class).class) should return true if it is target of the message
Note that there can be many messages of this type that are not related to your classWhen rewind happens this message will be sentDeprecated.