Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ABOVE_BBO - Enum constant in enum class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.LayerRenderPriority
-
This priority corresponds to position just above BBO lines Numerical value 500
- ABSOLUTE_BOTTOM - Enum constant in enum class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.LayerRenderPriority
-
No value less then this is allowed.
- ABSOLUTE_TOP - Enum constant in enum class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.LayerRenderPriority
-
Highest possible layer priority for indicator.
- AbstractSimpleOrderSendParametersBuilder<T> - Class in velox.api.layer1.data
- AbstractSingleOrderSendParametersBuilder<T> - Class in velox.api.layer1.data
- AbstractSingleOrderSendParametersBuilder() - Constructor for class velox.api.layer1.data.AbstractSingleOrderSendParametersBuilder
- AbstractSingleOrderSendParametersBuilder(String, boolean, int, OrderDuration, String) - Constructor for class velox.api.layer1.data.AbstractSingleOrderSendParametersBuilder
- AbstractSingleOrderSendParametersBuilder(String, boolean, int, OrderDuration, String, String, OrderEntryType) - Constructor for class velox.api.layer1.data.AbstractSingleOrderSendParametersBuilder
- acceptLocalizedBundleProvider(LocalizedBundleProvider) - Method in interface velox.api.layer1.localization.Layer1LocalizationInterface
-
You will receive localizationBundleProvider before UserMessageLayersChainCreatedTargeted
- acceptSettingsInterface(SettingsAccess) - Method in interface velox.api.layer1.settings.Layer1ConfigSettingsInterface
- acceptUserLicenseFields(Map<String, String>) - Method in interface velox.api.layer1.settings.Layer1UserLicenseFieldsInterface
-
User license fields related to this module (e.g.
- account - Variable in class velox.api.layer1.data.UserPasswordAccountLoginData
-
Deprecated.Account number
- AccountFound(String) - Constructor for class velox.api.layer1.messages.Layer1ApiAccountIdConvertMessage.AccountFound
-
Provider should send the callback using
Layer1ApiAdminListener.onUserMessage(Object)if the account was found by providedLayer1ApiAccountIdConvertMessage.additionalAccountInfo - accountId - Variable in class velox.api.layer1.data.AbstractSingleOrderSendParametersBuilder
- accountId - Variable in class velox.api.layer1.data.BalanceInfo
-
Account id to identify which account this balance info belongs to.
- accountId - Variable in class velox.api.layer1.data.OrderInfo
-
Account id to identify which account this order info belongs to.
- accountId - Variable in class velox.api.layer1.data.SingleOrderSendParameters
-
Account id to identify which account this order parameters belongs to.
- accountId - Variable in class velox.api.layer1.data.StatusInfo
-
Account id to identify which account this execution info belongs to.
- accountId - Variable in class velox.api.layer1.messages.Layer1ApiAccountIdConvertMessage.AccountFound
- accountId - Variable in class velox.api.layer1.messages.Layer1ApiChangeSelectedAccountMessage
-
Account id of the selected account.
If null - no account will be selected for the instrument ("None"), trading will be disabled. - accountId - Variable in class velox.api.layer1.messages.SelectedAccountChangedMessage
-
Account id of the selected account.
- accountId() - Method in record class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures.OrderDurationRequestParameters
-
Returns the value of the
accountIdrecord component. - accountId(String) - Method in class velox.api.layer1.data.StatusInfoBuilder
- accountInfo - Variable in class velox.api.layer1.messages.TradingAccountsInfoMessage
-
Account info for the account of the instrument.
- AccountInfo - Class in velox.api.layer1.data
-
Information about account
- AccountInfo(String) - Constructor for class velox.api.layer1.data.AccountInfo
-
Deprecated.
- AccountInfoBuilder - Class in velox.api.layer1.data
- AccountInfoBuilder(String, String) - Constructor for class velox.api.layer1.data.AccountInfoBuilder
- AccountInfoBuilder(String, String, boolean) - Constructor for class velox.api.layer1.data.AccountInfoBuilder
-
Deprecated.use
AccountInfoBuilder(String, String)instead. Deprecated because isPrimary should be always set to false. SeeeAccountInfo.isPrimary. - ACCOUNTING_CURRENCY_STYLE - Enum constant in enum class velox.gui.utils.localization.NumberFormatStyle
-
Constant to specify currency style of format which uses currency symbol to represent currency for accounting, for example: "($3.00), instead of "-$3.00" (
NumberFormatStyle.CURRENCY_STYLE). - AccountListManager - Class in velox.api.layer1.common.helper
-
Helper class to manage account list, map instrument aliases to account and map orders to accounts.
- AccountListManager() - Constructor for class velox.api.layer1.common.helper.AccountListManager
- accountName - Variable in class velox.api.layer1.data.BalanceInfo
-
Deprecated.because displayed name and account id should be set with
AccountInfo. UseBalanceInfo.accountIdinstead. - AccountNotFound() - Constructor for class velox.api.layer1.messages.Layer1ApiAccountIdConvertMessage.AccountNotFound
- accountsInfo - Variable in class velox.api.layer1.messages.SelectAccountMessage
-
Array of accounts to select from
- accountType - Variable in class velox.api.layer1.data.AccountInfo
-
Indicates the type of account: simulated, live, or unknown.
- Action - Interface in velox.api.layer1.actions
-
Represents an action on which users can set shortcuts.
- ACTION_REJECTED - Enum constant in enum class velox.api.layer1.messages.Layer1ApiTradingMessageWithCallback.Response
-
The changes were rejected for other reasons
- ACTION_REJECTED_BY_USER - Enum constant in enum class velox.api.layer1.messages.Layer1ApiTradingMessageWithCallback.Response
-
The user rejected the changes requested by this message
- ActionConstants - Class in velox.api.layer1.actions
-
Keys to the actions that can be used as a path in
Layer1ApiShowShortcutPanelMessage.groups - ActionConstants() - Constructor for class velox.api.layer1.actions.ActionConstants
- addAlias(String, String) - Method in class velox.api.layer0.credentialscomponents.MultiCredentialsComponent
-
Adds pair(s) of legacy name and actual name for this credentials element see
CredentialsComponent.getAliases()for details. - addColorChangeListener(ColorsChangedListener) - Method in interface velox.api.layer1.layers.strategies.interfaces.Layer1IndicatorColorInterface
-
Add listener that will be notified every time colors are changed
You should implement this method if you have color that can be changed from both inside the strategy and outside (like from color dialog) Note that there is no need to remove the listener - weak links are used - addColorChangeListener(ColorsChangedListener) - Method in interface velox.api.layer1.messages.indicators.IndicatorColorInterface
-
Add listener that will be notified every time colors are changed Note that there is no need to remove listener - weak links are used
- addContextMenuProvider(CanvasContextMenuProvider) - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas
-
Allows to add custom menu items into the right-click menu
- addFocusListener(FocusListener) - Method in class velox.api.layer1.gui.StatusIconTextField
- addHyperlinkListener(JEditorPane) - Static method in class velox.api.layer1.utils.HyperlinkHelper
-
Adds
HyperlinkListenerthat opens links in the browser when clicking on them. - additionalAccountInfo - Variable in class velox.api.layer1.messages.Layer1ApiAccountIdConvertMessage
- additionalInfo - Variable in class velox.api.layer1.data.SubscribeInfo
- additionalInfo - Variable in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage
-
If not null, this text will be shown on the alert popup below the main message, specified in
Layer1ApiSoundAlertMessage.textInfo. - additionalObjects - Variable in class velox.api.layer1.layers.strategies.interfaces.OnlineCalculatable.ValueBundle
- additionalStopLossTiers - Variable in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- additionalStopLossTiers - Variable in class velox.api.layer1.data.SimpleOrderSendParameters
-
If not empty - describes stop loss tiers of the bracket after the first (which is described by
SimpleOrderSendParameters.stopLossOffset). - additionalTakeProfitTiers - Variable in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- additionalTakeProfitTiers - Variable in class velox.api.layer1.data.SimpleOrderSendParameters
-
If not empty - describes take profit tiers of the bracket after the first (which is described by
SimpleOrderSendParameters.takeProfitOffset). - additionalTimeSource - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
-
Special time source.
- addKeyListener(KeyListener) - Method in class velox.api.layer1.gui.StatusIconTextField
- addLineObject(Object) - Method in class velox.gui.utils.localization.translatable.TranslatableList
-
Adds new line to the listing
- addListener(Layer1ApiAdminListener) - Method in class velox.api.layer0.live.ExternalLiveBaseProvider
- addListener(Layer1ApiAdminListener) - Method in class velox.api.layer0.replay.ExternalReaderBaseProvider
- addListener(Layer1ApiAdminListener) - Method in interface velox.api.layer1.Layer1ApiAdminListenable
-
Add listener for general events
- addListener(Layer1ApiAdminListener) - Method in class velox.api.layer1.Layer1ApiBasicListenable
- addListener(Layer1ApiDataListener) - Method in class velox.api.layer0.live.ExternalLiveBaseProvider
- addListener(Layer1ApiDataListener) - Method in class velox.api.layer0.replay.ExternalReaderBaseProvider
- addListener(Layer1ApiDataListener) - Method in class velox.api.layer1.Layer1ApiBasicListenable
- addListener(Layer1ApiDataListener) - Method in interface velox.api.layer1.Layer1ApiDataListenable
-
Add data listener
- addListener(Layer1ApiInstrumentListener) - Method in class velox.api.layer0.live.ExternalLiveBaseProvider
- addListener(Layer1ApiInstrumentListener) - Method in class velox.api.layer0.replay.ExternalReaderBaseProvider
- addListener(Layer1ApiInstrumentListener) - Method in class velox.api.layer1.Layer1ApiBasicListenable
- addListener(Layer1ApiInstrumentListener) - Method in interface velox.api.layer1.Layer1ApiInstrumentListenable
-
Add instrument events listener
- addListener(Layer1ApiMboDataListener) - Method in class velox.api.layer0.live.ExternalLiveBaseProvider
- addListener(Layer1ApiMboDataListener) - Method in class velox.api.layer0.replay.ExternalReaderBaseProvider
- addListener(Layer1ApiMboDataListener) - Method in class velox.api.layer1.Layer1ApiBasicListenable
- addListener(Layer1ApiMboDataListener) - Method in interface velox.api.layer1.Layer1ApiMboDataListenable
-
Add mbo data listener
- addListener(Layer1ApiTradingListener) - Method in class velox.api.layer0.live.ExternalLiveBaseProvider
- addListener(Layer1ApiTradingListener) - Method in class velox.api.layer0.replay.ExternalReaderBaseProvider
- addListener(Layer1ApiTradingListener) - Method in class velox.api.layer1.Layer1ApiBasicListenable
- addListener(Layer1ApiTradingListener) - Method in interface velox.api.layer1.Layer1ApiTradingListenable
-
Add trading listener
- addListeners(Object, Object) - Static method in class velox.api.layer1.common.ListenableHelper
-
Subscribe as
Layer1ApiAdminListener,Layer1ApiDataListener,Layer1ApiInstrumentListener,Layer1ApiTradingListenerif applicable. - addListeners(LayerApiListenable, Object) - Static method in class velox.api.layer1.common.ListenableHelper
-
Subscribe as
Layer1ApiAdminListener,Layer1ApiDataListener,Layer1ApiInstrumentListener,Layer1ApiTradingListenerif applicable. - addMouseListener(CanvasMouseListener) - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas
-
Add a mouse listener to this canvas.
- addNewLine() - Method in class velox.gui.utils.localization.translatable.TranslatableList
-
Adds line break to the listing
- ADDONS_TRANSLATION_KEY - Static variable in class velox.api.layer1.actions.ActionConstants
- addOrder(long, boolean, int, long) - Method in class velox.api.layer1.layers.utils.OrderByOrderBook
-
Add new order
- addReloadListener(Runnable) - Method in class velox.gui.StrategyPanel
-
Called on
StrategyPanel.requestReload() - addSettingsChangedListener(Runnable) - Method in class velox.api.layer0.credentialscomponents.BaseCredentialsComponent
-
Adds a listener to be triggered on settings change
- addSettingsChangedListener(Runnable) - Method in interface velox.api.layer0.credentialscomponents.CredentialsComponent
-
Add listeners to be triggered when fields state change Listener must be added to all entities that implement the parts of the credential component in order to notify UI about changes in any of them
- addShape(ScreenSpaceCanvas.CanvasShape) - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas
- adjustLabelSize() - Method in record class velox.gui.colors.ColorsConfigItem.GuiConfig
-
Returns the value of the
adjustLabelSizerecord component. - adminListeners - Variable in class velox.api.layer0.live.ExternalLiveBaseProvider
- adminListeners - Variable in class velox.api.layer0.replay.ExternalReaderBaseProvider
- adminListeners - Variable in class velox.api.layer1.Layer1ApiBasicListenable
-
List of listers for admin events.
- afterEventsSkippedTime - Variable in class velox.api.layer1.messages.CurrentTimeUserMessage
-
The time of the next event which will have flag
CurrentTimeUserMessage.isEventsSkippedset to true. - aggregateAggregationWithAggregation(CustomGeneratedEvent, CustomGeneratedEvent) - Method in interface velox.api.layer1.layers.strategies.interfaces.CustomEventAggregatble
-
aggregates aggregation1 with aggregation 2, modifying aggregation1
- aggregateAggregationWithValue(CustomGeneratedEvent, CustomGeneratedEvent) - Method in interface velox.api.layer1.layers.strategies.interfaces.CustomEventAggregatble
-
aggregates aggregation with value, modifying aggregation
- aggregationClass - Variable in class velox.api.layer1.messages.GeneratedEventInfo
- aggregator - Variable in class velox.api.layer1.messages.GeneratedEventInfo
- aggressorOrderId - Variable in class velox.api.layer1.data.TradeInfo
-
aggressor for this trade, can be null if not know/not applicable
- alertDeclarationId - Variable in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage
-
The
Layer1ApiSoundAlertDeclarationMessage.idof a linked alert declaration
Note that if you specify this field, there should already exist a registered declaration with the given id. - alertDeclarationId - Variable in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage.Builder
- alertId - Variable in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage
-
This ID can be used to reference alert later (stop it)
- alias - Variable in class velox.api.layer0.data.IndicatorDefinitionUserMessage
-
Deprecated.
- alias - Variable in class velox.api.layer0.data.TextDataMessage
- alias - Variable in class velox.api.layer1.data.AbstractSingleOrderSendParametersBuilder
- alias - Variable in class velox.api.layer1.data.SingleOrderSendParameters
-
Alias of the instrument
- alias - Variable in class velox.api.layer1.datastructure.events.OrderExecutedEvent
-
Alias of an instrument execution belongs to
- alias - Variable in class velox.api.layer1.datastructure.events.OrderUpdatedEvent
- alias - Variable in class velox.api.layer1.layers.Layer1ApiDepthFreezer.DepthFreezeRequest
- alias - Variable in class velox.api.layer1.layers.strategies.interfaces.CustomGeneratedEventAliased
- alias - Variable in class velox.api.layer1.messages.Layer1ApiChangeSelectedAccountMessage
-
Alias of the instrument for which the account should be selected.
- alias - Variable in class velox.api.layer1.messages.Layer1ApiHistoricalDataLoadedMessage
- alias - Variable in class velox.api.layer1.messages.Layer1ApiPositionCloseCompleteMessage
- alias - Variable in class velox.api.layer1.messages.Layer1ApiShowBottomPanel
- alias - Variable in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage
-
If not null the alert is considered linked to specific instrument
- alias - Variable in class velox.api.layer1.messages.Layer1ApiTradingMessageWithCallback
- alias - Variable in class velox.api.layer1.messages.Layer1ApiUserMessageNotification
- alias - Variable in class velox.api.layer1.messages.NbboEvent
- alias - Variable in class velox.api.layer1.messages.SelectedAccountChangedMessage
-
Alias of the instrument for which the account is selected.
- alias - Variable in class velox.api.layer1.messages.TradingAccountsInfoMessage
-
Alias of the instrument the account relates to.
- alias - Variable in class velox.api.layer1.messages.tradingsubscription.TradingOnlyUnsubscribe
- alias - Variable in class velox.api.layer1.reading.UserDataUserMessage
- alias() - Method in class velox.api.layer1.messages.tab.SwitchTabRequest
- aliases - Variable in class velox.api.layer0.credentialscomponents.MultiCredentialsComponent
-
The older name(s) for this
CredentialsComponent - aliasFilter - Variable in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
- aliasFilter - Variable in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyScreenSpacePainter
- AliasFilter - Interface in velox.api.layer1.messages.indicators
-
Indicator can use this to be displayed only for certain aliases
- aliasMatcher - Variable in class velox.api.layer1.messages.Layer1ApiSoundAlertDeclarationMessage
-
The predicate obtains an instrument alias.
- aliasToOrderBooksMap - Variable in class velox.api.layer1.messages.UserMessageRewindBase
-
State after rewind for all known instrument's order books (MBP)
- aliasToOrderBooksMboMap - Variable in class velox.api.layer1.messages.UserMessageRewindBase
-
State after rewind for all known instrument's order books (MBO)
- ALLOW_EXECUTING_BUILTIN_ACTIONS - Static variable in interface velox.api.layer1.actions.Layer1ExternalAction
-
Strategy window (JComponent or JFrame) must be tagged with this property, if the strategy wants to execute built-in actions in the external strategy window.
- allowPartialUpdates(String, String) - Method in interface velox.api.layer1.layers.strategies.interfaces.OnlineCalculatable
- allows(Log.LogLevel) - Method in enum class velox.api.layer1.common.Log.LogLevel
- alternatives - Variable in class velox.api.layer1.data.SymbolMappingInfo
-
Alternative representations of the same symbol, i.e.
- applyNameModifier(String) - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
-
Use if you need to distinguish strategies with same user names For example, could be when creating strategies with same names for different aliases Modifier should be applied before sending this message
- applyNameModifier(String) - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyScreenSpacePainter
-
Use if you need to distinguish painters with same user names For example, could be when creating painters with same names for different aliases Modifier should be applied before sending this message
- askAggressorMap - Variable in class velox.api.layer1.datastructure.events.TradeAggregationEvent
-
Map of trades, where ask is aggressor, where key is price level (if multiplied by instrument pips, will give price), and value is map, describing trades at this level, in following format:
Key: size of trade, value: number of trades of this size - askMap - Variable in class velox.api.layer1.layers.utils.OrderBook
- asksMap - Variable in class velox.api.layer1.datastructure.events.DepthAggregationEvent
-
Map of asks, where key is price level (if multiplied by instrument pips, will give price), and value is size at this level
- ATC - Enum constant in enum class velox.api.layer1.data.OrderDuration
-
At The Close.
- ATO - Enum constant in enum class velox.api.layer1.data.OrderDuration
-
At The Open.
- AUTO - Enum constant in enum class velox.api.layer1.data.OrderEntryType
-
Order sent by automatic system
- averageFillPrice - Variable in class velox.api.layer1.data.OrderInfo
- averageFillPriceChanged - Variable in class velox.api.layer1.data.OrderInfoUpdate
- averagePrice - Variable in class velox.api.layer1.data.StatusInfo
-
if position != 0, then it contains average price at which position was opened
- AWAITING_REPEAT - Enum constant in enum class velox.api.layer1.messages.Layer1ApiSoundAlertMessage.SoundAlertStatus
-
Repeated alert is waiting for delay to finish
B
- backgroundStyle() - Method in record class velox.gui.colors.ColorsConfigItem.GuiConfig
-
Returns the value of the
backgroundStylerecord component. - balance - Variable in class velox.api.layer1.data.BalanceInfo.BalanceInCurrency
- BalanceInCurrency(double, double, double, double, double, String, Double) - Constructor for class velox.api.layer1.data.BalanceInfo.BalanceInCurrency
- BalanceInfo - Class in velox.api.layer1.data
-
Information about account balance in each currency
- BalanceInfo(String, List<BalanceInfo.BalanceInCurrency>) - Constructor for class velox.api.layer1.data.BalanceInfo
-
Deprecated.because
AccountInfoshould be used instead ofBalanceInfo.accountName. UseBalanceInfo(List, String)instead. - BalanceInfo(List<BalanceInfo.BalanceInCurrency>) - Constructor for class velox.api.layer1.data.BalanceInfo
-
Avoid using it directly, use
BalanceInfoBuilderinstead - BalanceInfo.BalanceInCurrency - Class in velox.api.layer1.data
-
Information about account balance in specific currency
- BalanceInfoBuilder - Class in velox.api.layer1.data
-
Builder for
BalanceInfo- see corresponding javadoc for information about the fields. - BalanceInfoBuilder() - Constructor for class velox.api.layer1.data.BalanceInfoBuilder
- balancesInCurrency - Variable in class velox.api.layer1.data.BalanceInfo
-
List of balances (in each currency)
- base - Variable in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.CompositeHorizontalCoordinate
-
Coordinates origin (essentially this selects what the point will follow - screen or the data).
- base - Variable in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.CompositeVerticalCoordinate
-
Coordinates origin (essentially this selects what the point will follow - screen or the data).
- base - Variable in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.RelativeHorizontalCoordinate
- base - Variable in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.RelativeVerticalCoordinate
- BaseCredentialsComponent - Class in velox.api.layer0.credentialscomponents
-
An abstract implementation of
CredentialsComponent. - BaseCredentialsComponent(String, boolean) - Constructor for class velox.api.layer0.credentialscomponents.BaseCredentialsComponent
- BasicCanvasShape() - Constructor for class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.BasicCanvasShape
- batchEnd - Variable in class velox.api.layer1.data.OrderCancelParameters
-
Marks end of batch.
- batchId - Variable in class velox.api.layer1.data.OrderCancelParameters
-
Orders with the same value will be attempted to be cancelled at once.
- beginExpirationCountdown() - Method in class velox.api.layer1.messages.Layer1ApiTimeFreeze
-
Start fallback expiration countdown.
- bestBid() - Method in class velox.api.layer1.datastructure.events.DepthAggregationEvent
- bidAggressorMap - Variable in class velox.api.layer1.datastructure.events.TradeAggregationEvent
-
Map of trades, where bid is aggressor, where key is price level (if multiplied by instrument pips, will give price), and value is map, describing trades at this level, in following format:
Key: size of trade, value: number of trades of this size - bidMap - Variable in class velox.api.layer1.layers.utils.OrderBook
- bidsMap - Variable in class velox.api.layer1.datastructure.events.DepthAggregationEvent
-
Map of bids, where key is price level (if multiplied by instrument pips, will give price), and value is size at this level
- BmSimpleHistoricalDataInfo - Class in velox.api.layer1.data
-
Describes parameters for data retrieval from Bookmap simple historical server.
- BmSimpleHistoricalDataInfo(String) - Constructor for class velox.api.layer1.data.BmSimpleHistoricalDataInfo
- BmSimpleHistoricalDataInfo(String, Function<SubscribeInfo, Long>) - Constructor for class velox.api.layer1.data.BmSimpleHistoricalDataInfo
- BOOKMAP_INTERVAL_NS - Static variable in class velox.api.layer1.messages.Layer1ApiRequestCurrentTimeEvents
- BOOKMAP_USER_MESSAGE - Static variable in class velox.api.layer1.messages.Layer1ApiRequestCurrentTimeEvents
-
This message is always used by core for
CurrentTimeUserMessage. - BookmapScrollPane - Class in velox.gui
-
This is an extension of standard JScrollPane which has the following enhancements:
- BookmapScrollPane() - Constructor for class velox.gui.BookmapScrollPane
- BookmapScrollPane(JComponent) - Constructor for class velox.gui.BookmapScrollPane
- BookmapScrollPane(JComponent, boolean) - Constructor for class velox.gui.BookmapScrollPane
- BOTH - Enum constant in enum class velox.api.layer1.messages.Layer1ApiChangeTradingModeMessage.Mode
-
Deprecated.
- BOTTOM - Enum constant in enum class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.GraphType
-
Display graph in the bottom chart.
- boundsInfo - Variable in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
- BoundsInfo - Class in velox.api.layer1.messages.indicators
- BoundsInfo(Double, Double, Double) - Constructor for class velox.api.layer1.messages.indicators.BoundsInfo
- brackets - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
- BRACKETS - Enum constant in enum class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures.ClientSideFeature
-
Layer1ApiProviderSupportedFeatures.bracketsis client-side - BracketTier - Class in velox.api.layer1.data
-
Describes a single tier of the bracket.
- BracketTier(int, int) - Constructor for class velox.api.layer1.data.BracketTier
- bracketTiers - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
- build() - Method in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- build() - Method in class velox.api.layer1.data.AbstractSingleOrderSendParametersBuilder
- build() - Method in class velox.api.layer1.data.AccountInfoBuilder
- build() - Method in class velox.api.layer1.data.BalanceInfoBuilder
- build() - Method in class velox.api.layer1.data.ExecutionInfoBuilder
- build() - Method in class velox.api.layer1.data.InstrumentCoreInfo.Builder
- build() - Method in class velox.api.layer1.data.InstrumentCoreInfo.BuilderBase
- build() - Method in class velox.api.layer1.data.InstrumentInfo.Builder
- build() - Method in class velox.api.layer1.data.InstrumentInfo.BuilderBase
- build() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- build() - Method in class velox.api.layer1.data.OrderCancelParameters.Builder
- build() - Method in class velox.api.layer1.data.OrderInfoBuilder
- build() - Method in class velox.api.layer1.data.OrderMoveParameters.Builder
- build() - Method in class velox.api.layer1.data.OrderMoveToMarketParameters.Builder
- build() - Method in class velox.api.layer1.data.OrderResizeParameters.Builder
- build() - Method in class velox.api.layer1.data.OrderUpdateParameters.Builder
- build() - Method in class velox.api.layer1.data.SingleOrderSendParametersBuilder
- build() - Method in class velox.api.layer1.data.StatusInfoBuilder
- build() - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.Builder
- build() - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyScreenSpacePainter.Builder
- build() - Method in class velox.api.layer1.messages.Layer1ApiAlertGuiMessage.Builder
- build() - Method in class velox.api.layer1.messages.Layer1ApiAlertSettingsMessage.Builder
- build() - Method in class velox.api.layer1.messages.Layer1ApiSoundAlertDeclarationMessage.Builder
- build() - Method in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage.Builder
- builder() - Static method in class velox.api.layer1.messages.Layer1ApiAlertGuiMessage
-
Creates builder to build
Layer1ApiAlertGuiMessage. - builder() - Static method in class velox.api.layer1.messages.Layer1ApiAlertSettingsMessage
-
Creates builder to build
Layer1ApiSoundAlertMessage. - builder() - Static method in class velox.api.layer1.messages.Layer1ApiSoundAlertDeclarationMessage
-
Creates builder to build
Layer1ApiSoundAlertDeclarationMessage. - builder() - Static method in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage
-
Creates builder to build
Layer1ApiSoundAlertMessage. - builder(Class<?>, String) - Static method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
-
Creates builder to build
Layer1ApiUserMessageModifyIndicator. - builder(Class<?>, String) - Static method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyScreenSpacePainter
-
Creates builder to build
Layer1ApiUserMessageModifyScreenSpacePainter. - builder(Class<?>, String, String) - Static method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
-
Creates builder to build
Layer1ApiUserMessageModifyIndicator. - Builder() - Constructor for class velox.api.layer1.data.InstrumentCoreInfo.Builder
- Builder() - Constructor for class velox.api.layer1.data.InstrumentInfo.Builder
- Builder(String) - Constructor for class velox.api.layer1.data.OrderCancelParameters.Builder
- Builder(String) - Constructor for class velox.api.layer1.data.OrderMoveParameters.Builder
- Builder(String) - Constructor for class velox.api.layer1.data.OrderUpdateParameters.Builder
- Builder(String, int) - Constructor for class velox.api.layer1.data.OrderMoveToMarketParameters.Builder
- Builder(String, int) - Constructor for class velox.api.layer1.data.OrderResizeParameters.Builder
- Builder(OrderUpdateParameters) - Constructor for class velox.api.layer1.data.OrderUpdateParameters.Builder
- Builder(Layer1ApiUserMessageModifyIndicator) - Constructor for class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.Builder
- Builder(Layer1ApiUserMessageModifyScreenSpacePainter) - Constructor for class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyScreenSpacePainter.Builder
- Builder(Layer1ApiAlertGuiMessage) - Constructor for class velox.api.layer1.messages.Layer1ApiAlertGuiMessage.Builder
-
Create a builder with fields prepopulated from the specified
Layer1ApiAlertGuiMessage. - Builder(Layer1ApiAlertSettingsMessage) - Constructor for class velox.api.layer1.messages.Layer1ApiAlertSettingsMessage.Builder
- Builder(Layer1ApiSoundAlertDeclarationMessage) - Constructor for class velox.api.layer1.messages.Layer1ApiSoundAlertDeclarationMessage.Builder
-
Create a builder with fields prepopulated from the specified
Layer1ApiSoundAlertDeclarationMessage. - Builder(Layer1ApiSoundAlertMessage) - Constructor for class velox.api.layer1.messages.Layer1ApiSoundAlertMessage.Builder
-
Create a builder with fields prepopulated from the specified
Layer1ApiSoundAlertMessage. - BuilderBase() - Constructor for class velox.api.layer1.data.InstrumentCoreInfo.BuilderBase
- BuilderBase() - Constructor for class velox.api.layer1.data.InstrumentInfo.BuilderBase
C
- CalculatedResultListener - Interface in velox.api.layer1.layers.strategies.interfaces
-
Interface used to provide calculated values to bottom chart model
- CalculatePricesResult - Class in velox.api.layer1.utils
- CalculatePricesResult() - Constructor for class velox.api.layer1.utils.CalculatePricesResult
- calculateValuesInRange(String, String, long, long, int, CalculatedResultListener) - Method in interface velox.api.layer1.layers.strategies.interfaces.OnlineCalculatable
-
1st request type: Should calculate left to right values in given time points t0; t0 + intervalWidth; t0 + 2 * intervalWidth ...
- Callback() - Constructor for class velox.api.layer1.messages.Layer1ApiAccountIdConvertMessage.Callback
- Callback() - Constructor for class velox.api.layer1.messages.Layer1ApiAdditionalLoginDataMessage.Callback
- Callback() - Constructor for class velox.api.layer1.messages.Layer1ApiLookUpInstrumentSubscribeInfoMessage.Callback
- cancel(String) - Method in class velox.api.layer1.layers.utils.mbo.OrderBookMbo
- cancel(String) - Method in class velox.api.layer1.layers.utils.mbo.OrderBookMboUnsorted
- cancelAdditionalLoginRequest - Variable in class velox.api.layer1.messages.Layer1ApiAdditionalLoginDataMessage
- CANCELLED - Enum constant in enum class velox.api.layer1.data.OrderStatus
- CANCELLED - Enum constant in enum class velox.api.layer1.messages.Layer1ApiUserMessageReadCatchupDataFinished.Reason
-
Catching up cancelled
- CanvasContextMenuProvider - Interface in velox.api.layer1.layers.strategies.interfaces
-
Use
ScreenSpaceCanvas.addContextMenuProvider(CanvasContextMenuProvider)to add menu items into the context menu generated by Bookmap. - CanvasIcon(ScreenSpaceCanvas.PreparedImage, ScreenSpaceCanvas.HorizontalCoordinate, ScreenSpaceCanvas.VerticalCoordinate, ScreenSpaceCanvas.HorizontalCoordinate, ScreenSpaceCanvas.VerticalCoordinate) - Constructor for class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.CanvasIcon
-
Creates new icon with specified coordinates and texture (can be changed later)
- CanvasMouseEvent - Class in velox.api.layer1.layers.strategies.interfaces
-
Describes a
ScreenSpaceCanvasrelated mouse event. - CanvasMouseEvent(CanvasPixelToDataBiMapper, MouseEvent) - Constructor for class velox.api.layer1.layers.strategies.interfaces.CanvasMouseEvent
- CanvasMouseEvent.CoordinateRequestType - Enum Class in velox.api.layer1.layers.strategies.interfaces
-
Use it in
CanvasMouseEvent.getX(velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.HorizontalCoordinate, velox.api.layer1.layers.strategies.interfaces.CanvasMouseEvent.CoordinateRequestType)andCanvasMouseEvent.getY(velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.VerticalCoordinate, velox.api.layer1.layers.strategies.interfaces.CanvasMouseEvent.CoordinateRequestType)to get the result in pixels or data (time in nanos for X, price in pips for Y coordinates). - CanvasMouseListener - Interface in velox.api.layer1.layers.strategies.interfaces
-
Use
ScreenSpaceCanvas.addMouseListener(CanvasMouseListener)to add a mouse listener to a canvas. - CASH_CURRENCY_STYLE - Enum constant in enum class velox.gui.utils.localization.NumberFormatStyle
-
Constant to specify currency style of format which uses currency symbol to represent currency for accounting, for example: "($3.00), instead of "-$3.00" (CURRENCYSTYLE).
- centerValue - Variable in class velox.api.layer1.messages.indicators.WidgetDisplayInfo
- changeTextFieldState(TextFieldState) - Method in class velox.api.layer1.gui.StatusIconTextField
- CHART - Enum constant in enum class velox.api.layer1.messages.Layer1ApiChangeTradingModeMessage.Mode
-
Deprecated.
- CHART_DRAG - Enum constant in enum class velox.api.layer1.layers.strategies.interfaces.MouseModuleScore
-
Max score for entering the drag mode
- checkBox - Variable in class velox.api.layer0.credentialscomponents.CredentialsCheckbox
- clear() - Method in class velox.api.layer1.layers.utils.OrderBook
- clientId - Variable in class velox.api.layer1.data.AbstractSingleOrderSendParametersBuilder
- clientId - Variable in class velox.api.layer1.data.BracketTier
-
Client id for the corresponding order, similar too
SingleOrderSendParameters.clientId - clientId - Variable in class velox.api.layer1.data.OrderInfo
- clientId - Variable in class velox.api.layer1.data.SingleOrderSendParameters
-
Allows to match order submission request to a response.
- clientSideFeatures - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
-
List of features that are emulated on client side.
- clone() - Method in class velox.api.layer1.datastructure.events.DepthAggregationEvent
- clone() - Method in class velox.api.layer1.datastructure.events.Event
- clone() - Method in class velox.api.layer1.datastructure.events.MboAggregationEvent
- clone() - Method in class velox.api.layer1.datastructure.events.OrderExecutedEvent
- clone() - Method in class velox.api.layer1.datastructure.events.OrderUpdatedEvent
- clone() - Method in class velox.api.layer1.datastructure.events.OrderUpdatesExecutionsAggregationEvent
- clone() - Method in class velox.api.layer1.datastructure.events.TradeAggregationEvent
- clone() - Method in interface velox.api.layer1.datastructure.interfaces.CloneableSerializable
- clone() - Method in class velox.api.layer1.messages.CrossTradingStatusMessage
- CloneableSerializable - Interface in velox.api.layer1.datastructure.interfaces
- close() - Method in interface velox.api.layer1.Layer1ApiAdminProvider
-
Shut down and dispose.
- close() - Method in class velox.api.layer1.layers.Layer1ApiInjectorRelay
- close() - Method in class velox.api.layer1.layers.Layer1ApiRelay
- close() - Method in class velox.api.layer1.layers.Layer1ApiUpstreamRelay
-
Stop relaying data.
- closed - Variable in class velox.api.layer1.layers.Layer1ApiUpstreamRelay
- CLOSED - Enum constant in enum class velox.api.layer1.messages.Layer1ApiUserMessageReadCatchupDataFinished.Reason
-
Recorder layer was closed during catching up
- closingPositionHint - Variable in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- closingPositionHint - Variable in class velox.api.layer1.data.SimpleOrderSendParameters
-
Indicates that intention is to close position.
- code - Variable in enum class velox.api.layer1.data.MarketMode
-
Code used in recorded files
- code - Variable in enum class velox.api.layer1.data.OrderDuration
-
Code used in recorded files
- code - Variable in enum class velox.api.layer1.data.OrderStatus
-
Code used in recorded files
- code - Variable in enum class velox.api.layer1.data.OrderType
-
Code used in recorded files
- color - Variable in class velox.api.layer1.layers.strategies.interfaces.VerticalLine
- colorCurrent - Variable in class velox.gui.colors.ColorsConfigItem
- ColorDescription(Class<?>, String, Color, boolean) - Constructor for class velox.api.layer1.messages.indicators.IndicatorColorScheme.ColorDescription
- colorInterface - Variable in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
-
This will be used to set / get colors described by
Layer1ApiUserMessageModifyIndicator.indicatorColorScheme
If null, colors will be attempted to retrieve via internal color storage by names provided byLayer1ApiUserMessageModifyIndicator.indicatorColorScheme - ColorIntervalResponse(String[], double[]) - Constructor for class velox.api.layer1.messages.indicators.IndicatorColorScheme.ColorIntervalResponse
-
0th color is used for all values <= 0th dot
1th color is used for all values > 0th dot and <= 1th dot
...
last color is used for all values > last dot
size of dots list = size of colors list - 1 - colors - Variable in class velox.api.layer1.messages.indicators.IndicatorColorScheme.ColorIntervalResponse
- Colors - Class in velox.gui.colors
- Colors() - Constructor for class velox.gui.colors.Colors
- ColorsChangedListener - Interface in velox.colors
- ColorsConfigItem - Class in velox.gui.colors
-
GUI element that allows easy color selection
- ColorsConfigItem(Color, Color, String, Consumer<Color>) - Constructor for class velox.gui.colors.ColorsConfigItem
-
Creates color configuration UI component, similar to the ones Bookmap uses
- ColorsConfigItem(Color, Color, Consumer<Color>) - Constructor for class velox.gui.colors.ColorsConfigItem
-
Creates color configuration UI component, similar to the ones Bookmap uses.
- ColorsConfigItem(String, Color, IndicatorColorInterface, ColorsChangedListener) - Constructor for class velox.gui.colors.ColorsConfigItem
- ColorsConfigItem(String, String, boolean, Color, IndicatorColorInterface, ColorsChangedListener) - Constructor for class velox.gui.colors.ColorsConfigItem
- ColorsConfigItem(String, String, boolean, Color, IndicatorColorInterface, ColorsChangedListener, ColorsConfigItemCallbacks, boolean) - Constructor for class velox.gui.colors.ColorsConfigItem
- ColorsConfigItem(String, String, boolean, Color, IndicatorColorInterface, ColorsChangedListener, ColorsConfigItemCallbacks, boolean, Insets) - Constructor for class velox.gui.colors.ColorsConfigItem
- ColorsConfigItem(String, String, boolean, Color, IndicatorColorInterface, ColorsChangedListener, ColorsConfigItemCallbacks, ColorsConfigItem.GuiConfig) - Constructor for class velox.gui.colors.ColorsConfigItem
- ColorsConfigItem(String, String, Color, IndicatorColorInterface, ColorsChangedListener) - Constructor for class velox.gui.colors.ColorsConfigItem
- ColorsConfigItem.BackgroundStyle - Interface in velox.gui.colors
- ColorsConfigItem.BackgroundStyle.Menu - Record Class in velox.gui.colors
- ColorsConfigItem.BackgroundStyle.None - Record Class in velox.gui.colors
- ColorsConfigItem.GuiConfig - Record Class in velox.gui.colors
- ColorsConfigItem.InsetsStyle - Interface in velox.gui.colors
- ColorsConfigItem.InsetsStyle.Custom - Record Class in velox.gui.colors
- ColorsConfigItem.InsetsStyle.Default - Record Class in velox.gui.colors
- ColorsConfigItem.InsetsStyle.Menu - Record Class in velox.gui.colors
- ColorsConfigItem.InsetsStyle.Visitor<T> - Interface in velox.gui.colors
- Combination<T,
M> - Class in velox.api.layer1.providers.data -
Similar to std::pair in C++.
- Combination(T, M) - Constructor for class velox.api.layer1.providers.data.Combination
- comboBox - Variable in class velox.api.layer0.credentialscomponents.CredentialsDropdown
- compare(TradeInfo) - Method in class velox.api.layer1.data.TradeInfo
- compareTo(ExecutorsHelper.PrioritizedRunnable) - Method in class velox.api.layer1.common.helper.ExecutorsHelper.PrioritizedRunnable
- compatibleVersions() - Element in annotation interface velox.api.layer1.settings.StrategySettingsVersion
- components - Variable in class velox.api.layer0.credentialscomponents.MultiCredentialsComponent
-
Contains the list of instances of
JComponentsubclasses that make up theMultiCredentialsComponent(e.g. - compose() - Method in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.CompositeHorizontalCoordinate
- compose() - Method in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.CompositeVerticalCoordinate
- compose() - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.HorizontalCoordinate
- compose() - Method in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.RelativeHorizontalCoordinate
- compose() - Method in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.RelativeVerticalCoordinate
- compose() - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.VerticalCoordinate
- CompositeHorizontalCoordinate(ScreenSpaceCanvas.CompositeCoordinateBase, int, long) - Constructor for class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.CompositeHorizontalCoordinate
- CompositeVerticalCoordinate(ScreenSpaceCanvas.CompositeCoordinateBase, int, double) - Constructor for class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.CompositeVerticalCoordinate
- ConfigureSubscriptionMessage - Class in velox.api.layer1.messages
-
You can control instruments shown in bookmap subscription dialog using this message.
- ConfigureSubscriptionMessage() - Constructor for class velox.api.layer1.messages.ConfigureSubscriptionMessage
- consumer - Variable in class velox.api.layer1.messages.indicators.Layer1ApiDataInterfaceRequestMessage
- containsValue(String) - Method in class velox.api.layer0.credentialscomponents.CredentialsDropdown
-
Checks if
CredentialsDropdown.valuescontains the specified value - convertOrderToMkt - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
- copy() - Method in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.CanvasIcon
- copy() - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.CanvasShape
-
Make a copy of a shape.
- create() - Method in class velox.api.layer1.common.temporaryfiles.TemporaryFile
-
Creates lock file and, if
TemporaryFile.isDirectoryset to true also creates the empty folder. - createCanvas(ScreenSpaceCanvasFactory.ScreenSpaceCanvasType) - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvasFactory
-
Create canvas corresponding to specific area.
- createOnlineValueCalculator(String, String, long, Consumer<Object>, InvalidateInterface) - Method in interface velox.api.layer1.layers.strategies.interfaces.OnlineCalculatable
-
2nd request type:
- createProviderSelectorMessage(ProviderType) - Static method in class velox.api.layer1.providers.data.ProviderSelectorMessage
-
Returns provider selector messages of specific type.
- createScreenSpacePainter(String, String, ScreenSpaceCanvasFactory) - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpacePainterFactory
- CredentialsCheckbox - Class in velox.api.layer0.credentialscomponents
-
An implementation of
BaseCredentialsComponentfor a checkBox - CredentialsCheckbox(String, boolean, String) - Constructor for class velox.api.layer0.credentialscomponents.CredentialsCheckbox
- CredentialsComponent - Interface in velox.api.layer0.credentialscomponents
-
An instance of a class implementing this interface is used as a connection configuration item.
- CredentialsComponentTextCheckable - Interface in velox.api.layer0.credentialscomponents
-
Implement this interface to have returned
StatusIconTextFieldinstances checked for leading/trailing spaces and caps lock. - CredentialsComponentUtil - Class in velox.api.layer0.credentialscomponents
-
Contains legacy field names which may be specified as aliases in
CredentialsComponent.getAliases()method - CredentialsComponentUtil() - Constructor for class velox.api.layer0.credentialscomponents.CredentialsComponentUtil
- CredentialsDropdown - Class in velox.api.layer0.credentialscomponents
-
An implementation of
BaseCredentialsComponentfor a text drop-down menu - CredentialsDropdown(String, boolean, String, String[]) - Constructor for class velox.api.layer0.credentialscomponents.CredentialsDropdown
- CredentialsFieldManager - Interface in velox.api.layer0.credentialscomponents
-
Implement this one to manage and return extended credentials.
- CredentialsSerializationField - Class in velox.api.layer0.credentialscomponents
-
A unified
CredentialsComponentvalue representation - CredentialsSerializationField() - Constructor for class velox.api.layer0.credentialscomponents.CredentialsSerializationField
- CredentialsSerializationField(boolean, boolean, String) - Constructor for class velox.api.layer0.credentialscomponents.CredentialsSerializationField
- CredentialsTextField - Class in velox.api.layer0.credentialscomponents
-
An implementation of
BaseCredentialsComponentfor entering text (login/password) - CredentialsTextField(String, boolean, String, boolean) - Constructor for class velox.api.layer0.credentialscomponents.CredentialsTextField
- CredentialsTextField(String, boolean, String, boolean, String) - Constructor for class velox.api.layer0.credentialscomponents.CredentialsTextField
- CrossTradingStatus - Enum Class in velox.api.layer1.data
- CrossTradingStatusMessage - Class in velox.api.layer1.messages
-
Received by add-ons and providers when cross-trading starts/stops through
Layer1ApiAdminListener.onUserMessage(Object)for add-ons and throughLayer1ApiAdminProvider.sendUserMessage(Object)for providers. - CrossTradingStatusMessage(String, String, CrossTradingStatus) - Constructor for class velox.api.layer1.messages.CrossTradingStatusMessage
- CrossTradingStatusMessage(String, String, CrossTradingStatus, InstrumentInfo) - Constructor for class velox.api.layer1.messages.CrossTradingStatusMessage
- CrossTradingStatusMessage(CrossTradingStatusMessage) - Constructor for class velox.api.layer1.messages.CrossTradingStatusMessage
- crossTradingTo - Variable in class velox.api.layer1.data.SymbolMappingInfo
-
Cross trading targets to add.
- CRYPTO - Enum constant in enum class velox.api.layer0.annotations.Layer0ProviderTypeValue
-
Crypto type
- currency - Variable in class velox.api.layer1.data.BalanceInfo.BalanceInCurrency
-
Currency name
- currency - Variable in class velox.api.layer1.data.StatusInfo
-
instrument currency or null
- CURRENCY_STYLE - Enum constant in enum class velox.gui.utils.localization.NumberFormatStyle
-
Constant to specify general currency style of format.
- currentTimeNanos() - Static method in class velox.api.layer1.common.NanoClock
-
Get current time in nanoseconds.
- CurrentTimeUserMessage - Class in velox.api.layer1.messages
- CurrentTimeUserMessage(long) - Constructor for class velox.api.layer1.messages.CurrentTimeUserMessage
- CurrentTimeUserMessage(long, boolean) - Constructor for class velox.api.layer1.messages.CurrentTimeUserMessage
- CurrentTimeUserMessage(long, boolean, boolean, long) - Constructor for class velox.api.layer1.messages.CurrentTimeUserMessage
- currentVersion() - Element in annotation interface velox.api.layer1.settings.StrategySettingsVersion
- Custom(Insets) - Constructor for record class velox.gui.colors.ColorsConfigItem.InsetsStyle.Custom
-
Creates an instance of a
Customrecord class. - CustomEventAggregatble - Interface in velox.api.layer1.layers.strategies.interfaces
-
Describes rules of aggregation of custom events
- CustomGeneratedEvent - Interface in velox.api.layer1.layers.strategies.interfaces
-
All events created by custom event generators should implement this interface
- CustomGeneratedEventAliased - Class in velox.api.layer1.layers.strategies.interfaces
-
If you want to intercept this message, use instanceof instead of '==' operator
- CustomGeneratedEventAliased(CustomGeneratedEvent, String) - Constructor for class velox.api.layer1.layers.strategies.interfaces.CustomGeneratedEventAliased
- CVD_BUTTON_DEFAULT - Static variable in class velox.gui.colors.Colors
- CVD_BUTTON_HOVER - Static variable in class velox.gui.colors.Colors
D
- data - Variable in class velox.api.layer0.data.TextDataMessage
- data - Variable in class velox.api.layer1.reading.UserDataUserMessage
- DATA - Enum constant in enum class velox.api.layer1.layers.strategies.interfaces.CanvasMouseEvent.CoordinateRequestType
- DATA_ZERO - Enum constant in enum class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.CompositeCoordinateBase
-
Handle price and pixels as offset relative to data axis zero
- dataDelay - Variable in class velox.api.layer1.data.InstrumentInfo.BuilderBase
- dataDelay - Variable in class velox.api.layer1.data.InstrumentInfo
-
Delay in nanoseconds for the data of this instrument.
- dataListeners - Variable in class velox.api.layer0.live.ExternalLiveBaseProvider
- dataListeners - Variable in class velox.api.layer0.replay.ExternalReaderBaseProvider
- dataListeners - Variable in class velox.api.layer1.Layer1ApiBasicListenable
-
List of listers for data events.
- dataOffsetY - Variable in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.RelativeVerticalCoordinate
- DataStructureInterface - Interface in velox.api.layer1.messages.indicators
-
Interface used by strategies to interact with data structure
- DataStructureInterface.StandardEvents - Enum Class in velox.api.layer1.messages.indicators
- DataStructureInterface.TreeResponseInterval - Class in velox.api.layer1.messages.indicators
-
Tree structure response for given interval
- dataY - Variable in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.CompositeVerticalCoordinate
-
Data offset relative to the origin (added up with
ScreenSpaceCanvas.CompositeVerticalCoordinate.pixelsY). - DAY - Enum constant in enum class velox.api.layer1.data.OrderDuration
-
Day order.
- debug(String) - Static method in class velox.api.layer1.common.Log
- debug(String, Exception) - Static method in class velox.api.layer1.common.Log
- debug(String, String) - Static method in class velox.api.layer1.common.Log
- debug(String, String, Exception) - Static method in class velox.api.layer1.common.Log
- DEBUG - Enum constant in enum class velox.api.layer1.common.Log.LogLevel
-
Debug messages.
- debugFmt(String, Object...) - Static method in class velox.api.layer1.common.Log
-
follow slf4j arguments passing rules
- debugFree(Object...) - Static method in class velox.api.layer1.common.Log
- declarationId - Variable in class velox.api.layer1.messages.Layer1ApiAlertSettingsMessage
-
The
Layer1ApiSoundAlertDeclarationMessage.idof a linked alert declaration
Note that if you specify this field, in the Bookmap there should already exist a registered declaration with the given id. - Declare a group of sound alerts by sending Layer1ApiSoundAlertDeclarationMessage, store this message to later link it with actual declarations - Search tag in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage
- Section
- Default() - Constructor for record class velox.gui.colors.ColorsConfigItem.InsetsStyle.Default
-
Creates an instance of a
Defaultrecord class. - DEFAULT - Enum constant in enum class velox.api.layer1.messages.indicators.WidgetDisplayInfo.Type
- DEFAULT - Static variable in class velox.api.layer1.messages.indicators.IndicatorLineStyle
-
Similar to most lines in Bookmap
- DEFAULT_COLOR_ASK - Static variable in class velox.gui.colors.Colors
- DEFAULT_COLOR_BID - Static variable in class velox.gui.colors.Colors
- DefaultAndList<T> - Class in velox.api.layer1.data
- DefaultAndList(T, List<T>) - Constructor for class velox.api.layer1.data.DefaultAndList
- defaultColor - Variable in class velox.api.layer1.messages.indicators.IndicatorColorScheme.ColorDescription
- defaultLotSize - Variable in class velox.api.layer1.data.InstrumentInfo.BuilderBase
- defaultLotSize - Variable in class velox.api.layer1.data.InstrumentInfo
- defaultSettings(String, Class<?>) - Static method in class velox.api.layer1.messages.Layer1ApiAlertSettingsMessage
-
Create a default settings message with
Layer1ApiAlertSettingsMessage.popup= false andLayer1ApiAlertSettingsMessage.sound= false - defaultTooltipBackgrondColor - Variable in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
- defaultTooltipTextColor - Variable in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
- defaultValue - Variable in class velox.api.layer0.credentialscomponents.CredentialsTextField
-
Stores the default value for the text field
- depth - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
-
Provides depth data.
- DEPTH - Enum constant in enum class velox.api.layer1.messages.indicators.DataStructureInterface.StandardEvents
-
Type corresponding to
DepthAggregationEvent - DEPTH_MBO - Enum constant in enum class velox.api.layer1.messages.indicators.StrategyUpdateGeneratorFilter.StrategyUpdateGeneratorEventType
- DEPTH_MBP - Enum constant in enum class velox.api.layer1.messages.indicators.StrategyUpdateGeneratorFilter.StrategyUpdateGeneratorEventType
- DepthAggregationEvent - Class in velox.api.layer1.datastructure.events
-
Aggregation of depth events in some time interval
- DepthAggregationEvent(long) - Constructor for class velox.api.layer1.datastructure.events.DepthAggregationEvent
- DepthAggregationEvent(long, int, int) - Constructor for class velox.api.layer1.datastructure.events.DepthAggregationEvent
- DepthFreezeRequest(String, boolean) - Constructor for class velox.api.layer1.layers.Layer1ApiDepthFreezer.DepthFreezeRequest
- DepthFreezeRequest(String, boolean, long) - Constructor for class velox.api.layer1.layers.Layer1ApiDepthFreezer.DepthFreezeRequest
- description - Variable in class velox.api.layer1.data.LookupSubscribeInfo
-
this description will be shown at lookup dropdown items
- DirectoryResolver - Class in velox.api.layer1.common
-
This class contains access methods to Bookmap folder structure
- DirectoryResolver() - Constructor for class velox.api.layer1.common.DirectoryResolver
- DISCONNECTED - Enum constant in enum class velox.api.layer1.data.OrderStatus
- DisconnectionReason - Enum Class in velox.api.layer1.data
-
Reason why disconnection happened
- dispose() - Method in class velox.api.layer1.common.temporaryfiles.TemporaryFile
-
Unlock the file/folder and remove it (recursively, if it's a folder).
- dispose() - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas
- dispose() - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpacePainter
-
Painter is no longer needed.
- dispose() - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpacePainterAdapter
- dispose(boolean, boolean) - Method in class velox.api.layer1.common.temporaryfiles.TemporaryFile
-
Unlock the file/folder and can remove it (recursively, if it's a folder).
- doForEachComponentInPanel(JPanel, Consumer<Component>) - Static method in class velox.gui.utils.GuiUtils
-
Calls action with each component in the panel including the panel itself
- doLayout() - Method in class velox.gui.BookmapScrollPane
- DOM - Enum constant in enum class velox.api.layer1.messages.Layer1ApiChangeTradingModeMessage.Mode
-
Deprecated.
- DONE - Enum constant in enum class velox.api.layer1.messages.Layer1ApiSoundAlertMessage.SoundAlertStatus
-
Done playing
- doNotIncrease - Variable in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- doNotIncrease - Variable in class velox.api.layer1.data.OrderInfo
- doNotIncrease - Variable in class velox.api.layer1.data.SimpleOrderSendParameters
-
Do non increase flag - if set it should not be possible to increase order size.
- dots - Variable in class velox.api.layer1.messages.indicators.IndicatorColorScheme.ColorIntervalResponse
- duration - Variable in class velox.api.layer1.data.AbstractSingleOrderSendParametersBuilder
- duration - Variable in class velox.api.layer1.data.OrderInfo
- duration - Variable in class velox.api.layer1.data.SingleOrderSendParameters
- durationChanged - Variable in class velox.api.layer1.data.OrderInfoUpdate
- DYP - Enum constant in enum class velox.api.layer1.data.OrderDuration
-
Similar to
OrderDuration.DAY, but includes extended trading session
E
- emptyBottom - Variable in class velox.api.layer1.utils.CalculatePricesResult
-
Represents the height of the empty space between the chart bottom and min value of the indicator
- emptyTop - Variable in class velox.api.layer1.utils.CalculatePricesResult
-
Represents the height of the empty space between the chart top and max value of the indicator
- enable - Variable in class velox.api.layer1.messages.Layer1ApiChangeTradingModeMessage
-
Deprecated.
- enabled - Variable in class velox.api.layer1.data.LookupSubscribeInfo
-
marks that lookup item should be enabled
- END_OF_DAY - Enum constant in enum class velox.api.layer1.data.MarketMode
- equals(Object) - Method in class velox.api.layer1.data.AccountInfo
- equals(Object) - Method in class velox.api.layer1.data.InstrumentCoreInfo
- equals(Object) - Method in record class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures.OrderDurationRequestParameters
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures.SupportedOrderDurationsBundle
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class velox.api.layer1.data.SubscribeInfo
- equals(Object) - Method in class velox.api.layer1.datastructure.events.TradeAggregationEvent
- equals(Object) - Method in class velox.api.layer1.layers.utils.mbo.Order
- equals(Object) - Method in class velox.api.layer1.messages.CurrentTimeUserMessage
- equals(Object) - Method in record class velox.api.layer1.messages.Layer1ApiGetStrategyUiConfig.StrategyUiConfig
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class velox.api.layer1.messages.tab.SwitchTabRequest
- equals(Object) - Method in class velox.api.layer1.providers.data.Combination
- equals(Object) - Method in record class velox.gui.colors.ColorsConfigItem.BackgroundStyle.Menu
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class velox.gui.colors.ColorsConfigItem.BackgroundStyle.None
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class velox.gui.colors.ColorsConfigItem.GuiConfig
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class velox.gui.colors.ColorsConfigItem.InsetsStyle.Custom
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class velox.gui.colors.ColorsConfigItem.InsetsStyle.Default
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class velox.gui.colors.ColorsConfigItem.InsetsStyle.Menu
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class velox.gui.utils.localization.translatable.TranslatableText
- error(String) - Static method in class velox.api.layer1.common.Log
- error(String, String) - Static method in class velox.api.layer1.common.Log
- error(String, String, Exception) - Static method in class velox.api.layer1.common.Log
- error(String, Throwable) - Static method in class velox.api.layer1.common.Log
- ERROR - Enum constant in enum class velox.api.layer1.common.Log.LogLevel
-
Critical errors.
- errorFmt(String, Object...) - Static method in class velox.api.layer1.common.Log
-
follow slf4j arguments passing rules
- event - Variable in class velox.api.layer1.layers.strategies.interfaces.CustomGeneratedEventAliased
- Event - Class in velox.api.layer1.datastructure.events
-
Base class for events that can be retrieved from the tree.
- Event(long, EventType) - Constructor for class velox.api.layer1.datastructure.events.Event
- events - Variable in class velox.api.layer1.messages.indicators.DataStructureInterface.TreeResponseInterval
-
For standard events key is a string value of
DataStructureInterface.StandardEvents. - eventType - Variable in class velox.api.layer1.datastructure.events.Event
- Example of an addon leveraging notification system - Search tag in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage
- Section
- Example of an addon that registers custom GUI panels - Search tag in class velox.api.layer1.messages.Layer1ApiAlertGuiMessage
- Section
- exchange - Variable in class velox.api.layer1.data.InstrumentCoreInfo.BuilderBase
- exchange - Variable in class velox.api.layer1.data.InstrumentCoreInfo
- exchange - Variable in class velox.api.layer1.data.SubscribeInfo
- exchange - Variable in class velox.api.layer1.messages.Layer1ApiGetAliasMessage
- exchange - Variable in class velox.api.layer1.messages.NbboEvent
- exchangeId - Variable in class velox.api.layer1.data.OrderInfo
- exchangeUsedForSubscription - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
-
Determines if user can enter exchange when subscribing
- exchangeUsedForSubscription - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- executionId - Variable in class velox.api.layer1.data.ExecutionInfo
-
Execution ID
- executionInfo - Variable in class velox.api.layer1.datastructure.events.OrderExecutedEvent
-
Information about the order execution
- ExecutionInfo - Class in velox.api.layer1.data
-
Information about order execution
- ExecutionInfo(String, int, double, String, long) - Constructor for class velox.api.layer1.data.ExecutionInfo
- ExecutionInfo(String, int, double, String, long, boolean) - Constructor for class velox.api.layer1.data.ExecutionInfo
- ExecutionInfo(ExecutionInfo) - Constructor for class velox.api.layer1.data.ExecutionInfo
- ExecutionInfoBuilder - Class in velox.api.layer1.data
- ExecutionInfoBuilder(String, int, double, String, long, boolean) - Constructor for class velox.api.layer1.data.ExecutionInfoBuilder
- ExecutionInfoBuilder(ExecutionInfo) - Constructor for class velox.api.layer1.data.ExecutionInfoBuilder
- ExecutorsHelper - Class in velox.api.layer1.common.helper
- ExecutorsHelper.PrioritizedRunnable - Class in velox.api.layer1.common.helper
-
Runnable with an integer priority.
- extendedData - Variable in class velox.api.layer1.data.ExtendedLoginData
- extendedLoginData - Variable in class velox.api.layer1.messages.Layer1ApiAdditionalLoginDataMessage
- ExtendedLoginData - Class in velox.api.layer1.data
-
Implementation of
LoginData. - ExtendedLoginData(Map<String, CredentialsSerializationField>) - Constructor for class velox.api.layer1.data.ExtendedLoginData
- extendFullName(String) - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.Builder
-
Allows extending full name to register same user name for multiple aliases
- EXTERNAL_WINDOW_ALIAS_PROPERTY - Static variable in interface velox.api.layer1.actions.Layer1ExternalAction
-
Strategy window (JComponent or JFrame) must be tagged with this property, if the strategy wants to execute custom actions in the external strategy window.
- ExternalLiveBaseProvider - Class in velox.api.layer0.live
-
This is a base class that should help you writing your own connector for live data and trading.
- ExternalLiveBaseProvider() - Constructor for class velox.api.layer0.live.ExternalLiveBaseProvider
- ExternalReaderBaseProvider - Class in velox.api.layer0.replay
-
This is a base class that should help you writing your own providers for reading files in replay.
- ExternalReaderBaseProvider() - Constructor for class velox.api.layer0.replay.ExternalReaderBaseProvider
F
- FATAL - Enum constant in enum class velox.api.layer1.data.DisconnectionReason
-
Some reason leading to disconnect
No reconnect should be attempted - FATAL - Enum constant in enum class velox.api.layer1.data.LoginFailedReason
-
Fatal problem.
- file - Variable in class velox.api.layer0.data.ReadFileLoginData
-
File selected by user
- FileEndReachedUserMessage - Class in velox.api.layer0.data
-
Message used to notify that file end is reached and no other callbacks will be made.
- FileEndReachedUserMessage() - Constructor for class velox.api.layer0.data.FileEndReachedUserMessage
- FileNotSupportedUserMessage - Class in velox.api.layer0.data
-
Should be sent is file format can not be opened by this reader
- FileNotSupportedUserMessage() - Constructor for class velox.api.layer0.data.FileNotSupportedUserMessage
- filled - Variable in class velox.api.layer1.data.OrderInfo
- FILLED - Enum constant in enum class velox.api.layer1.data.OrderStatus
- filledChanged - Variable in class velox.api.layer1.data.OrderInfoUpdate
- finish() - Method in interface velox.api.layer1.Layer1ApiFinishable
-
Will be called when strategy is being unloaded.
- FINISHED - Enum constant in enum class velox.api.layer1.messages.Layer1ApiUserMessageReadCatchupDataFinished.Reason
-
Catching up finished
- first - Variable in class velox.api.layer1.providers.data.Combination
- firstValue - Variable in class velox.api.layer1.utils.CalculatePricesResult
-
Price value corresponding to bottom pixel of chart
- FOK - Enum constant in enum class velox.api.layer1.data.OrderDuration
-
Fill Or Kill.
- format(double) - Method in interface velox.api.layer1.common.helper.OrderRepresentationHelper.PriceFormatter
- format(double) - Method in interface velox.api.layer1.data.SimpleOrderSendParameters.PriceFormatter
-
Deprecated.
- format(double) - Static method in class velox.gui.utils.localization.LocalizationUtils
- format(double, int) - Static method in class velox.gui.utils.localization.LocalizationUtils
- format(double, Currency) - Static method in class velox.gui.utils.localization.LocalizationUtils
- format(long) - Static method in class velox.gui.utils.localization.LocalizationUtils
- formatPrice(String, double) - Method in class velox.api.layer0.replay.ExternalReaderBaseProvider
- formatPrice(String, double) - Method in interface velox.api.layer1.Layer1ApiDataProvider
-
Format price using platform capabilities if possible
- formatPrice(String, double) - Method in class velox.api.layer1.layers.Layer1ApiRelay
- formatPriceDefault(double, double) - Method in class velox.api.layer0.live.ExternalLiveBaseProvider
-
Formats prices using default bookmap price formatting logic.
- formatPriceDefault(double, double) - Static method in class velox.api.layer1.providers.helper.PriceFormatHelper
-
Formats prices using default bookmap price formatting logic
- formatTooltip(double, double, double, int) - Method in interface velox.api.layer1.messages.indicators.ValuesFormatter
-
This method will be called only if you don't implement
ValuesFormatter.formatTooltip(String, double, double, double, int) - formatTooltip(String, double, double, double, int) - Method in interface velox.api.layer1.messages.indicators.ValuesFormatter
-
This is the main alias-specific method to format tooltip.
- formatWidget(double) - Method in interface velox.api.layer1.messages.indicators.ValuesFormatter
-
This method will be called only if you don't implement
ValuesFormatter.formatWidget(String, double) - formatWidget(String, double) - Method in interface velox.api.layer1.messages.indicators.ValuesFormatter
-
This is the main alias-specific method to format widget.
- freeze - Variable in class velox.api.layer1.layers.Layer1ApiDepthFreezer.DepthFreezeRequest
- freezeEndTime - Variable in class velox.api.layer1.layers.Layer1ApiDepthFreezer.DepthFreezeRequest
-
If freeze was not removed by this time - remove automatically on next event
- fromInt(int) - Static method in enum class velox.api.layer1.common.Log.LogLevel
- fromPrice - Variable in class velox.api.layer1.layers.utils.OrderByOrderBook.OrderUpdateResult
-
Price where the modified order was before
- fromSize - Variable in class velox.api.layer1.layers.utils.OrderByOrderBook.OrderUpdateResult
-
Size on
OrderByOrderBook.OrderUpdateResult.fromPriceafter modification - FULL_DATE_SKELETON - Static variable in class velox.gui.utils.localization.LocalizationUtils
-
Represents date in full format, e.g.
- FULL_WINDOW - Enum constant in enum class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvasFactory.ScreenSpaceCanvasType
-
Entire window - does not work yet
- fullName - Variable in class velox.api.layer1.data.InstrumentInfo.BuilderBase
- fullName - Variable in class velox.api.layer1.data.InstrumentInfo
-
Full instrument name on the platforms where it's available, null otherwise
- fullName - Variable in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
-
This is a unique indicator name, that will be used to address this indicator from any external part
Do not change this field
UseLayer1ApiUserMessageModifyIndicator.applyNameModifier(String)if you need to generate different full names for same user names - fullName - Variable in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyScreenSpacePainter
-
This is a unique indicator name, that will be used to address this indicator from any external part
Do not change this field
UseLayer1ApiUserMessageModifyScreenSpacePainter.applyNameModifier(String)if you need to generate different full names for same user names - fullName - Variable in class velox.api.layer1.messages.Layer1ApiUserMessageAddStrategyUpdateGenerator
-
Name of data structure that will hold updates from this generator
This is corresponding to name of data structure holding this information and should be used to retrieve information in future - fullName() - Element in annotation interface velox.api.layer0.annotations.Layer0LiveModule
-
Full name describing the connectivity.
G
- GCP - Enum constant in enum class velox.api.layer1.data.OrderDuration
-
Similar to
OrderDuration.GTC, but includes extended trading session - GDP - Enum constant in enum class velox.api.layer1.data.OrderDuration
-
Similar to
OrderDuration.GTD, but includes extended trading session - GeneratedEventInfo - Class in velox.api.layer1.messages
-
NOTE: any event class can not be used by multiple generators
- GeneratedEventInfo(Class<?>) - Constructor for class velox.api.layer1.messages.GeneratedEventInfo
- GeneratedEventInfo(Class<?>, Class<?>, CustomEventAggregatble) - Constructor for class velox.api.layer1.messages.GeneratedEventInfo
- GeneratedUpdateConsumer - Interface in velox.api.layer1.messages.indicators
- generateLongUniqueId() - Static method in class velox.api.layer1.utils.IdHelper
-
Generate a 64bit ID that is guaranteed to be unique within a session and is very likely to be unique between sessions too (ID counter starts at random point determined on startup and then incremented by 1 on every call)
- generateMessagesFromAccountsList() - Method in class velox.api.layer1.common.helper.AccountListManager
-
Generates
TradingAccountsInfoMessagemessages from the accounts list as if they were received from the provider (with isAdd=true for each). - generateMessagesFromAccountsList(String) - Method in class velox.api.layer1.common.helper.AccountListManager
-
Generates
TradingAccountsInfoMessagemessages from the accounts list as if they were received from the provider (with isAdd=true for each) for the specific alias. - generateMessagesFromSelectedAccounts() - Method in class velox.api.layer1.common.helper.AccountListManager
-
Generates
SelectedAccountChangedMessagemessages from the previously recorded selected accounts list. - generateShortUuid() - Static method in class velox.api.layer1.utils.IdHelper
-
Generate UUID that's repackaged as BASE64 string.
- generateToken() - Static method in class velox.api.layer1.utils.UserTokenHelper
-
Generate a unique token based on user license and time.
- generator - Variable in class velox.api.layer1.messages.Layer1ApiUserMessageAddStrategyUpdateGenerator
- generatorFullName - Variable in class velox.api.layer1.messages.Layer1ApiUserMessageReadCatchupDataFinished
- generatorName - Variable in class velox.api.layer1.messages.Layer1ApiUserMessageAddStrategyUpdateGenerator
- get() - Method in class velox.api.layer1.messages.SelectAccountMessage
-
Waits till selection is done and returns index of account that was selected.
- get(long, long, int, String, DataStructureInterface.StandardEvents[]) - Method in interface velox.api.layer1.messages.indicators.DataStructureInterface
-
Query for standard events Returns list, containing aggregation from start time to t0 exclusive, followed by list of aggregations for the interval [t0, t0 + intervalWidth * intervalNumbers), divided by intervalNumber parts
- get(long, String, DataStructureInterface.StandardEvents[]) - Method in interface velox.api.layer1.messages.indicators.DataStructureInterface
-
Similar to
DataStructureInterface.get(long, long, int, String, StandardEvents[])but returns a single aggregation from the first event to t1. - get(Class<?>, String, long, long, int, String, Class<?>[]) - Method in interface velox.api.layer1.messages.indicators.DataStructureInterface
-
Query for custom events.
- get(Class<?>, String, long, long, String) - Method in interface velox.api.layer1.messages.indicators.DataStructureInterface
-
Query for custom events.
- get(Class<?>, String, long, String) - Method in interface velox.api.layer1.messages.indicators.DataStructureInterface
- get(Class<?>, String, long, String, Class<?>[]) - Method in interface velox.api.layer1.messages.indicators.DataStructureInterface
-
Similar to
DataStructureInterface.get(Class, String, long, long, int, String, Class[])but returns a single aggregation from the first event to t1. - get(String) - Static method in class velox.api.layer1.common.Layer1GlobalStorage
-
Load value from global storage
- get(SubscribeInfo) - Method in interface velox.api.layer1.data.SimpleLookupInfo
- getAccountById(String) - Method in class velox.api.layer1.common.helper.AccountListManager
-
Returns account info by account id.
- getAccountByOrderId(String) - Method in class velox.api.layer1.common.helper.AccountListManager
-
Returns account info by order id.
- getAccountId() - Method in class velox.api.layer1.data.AbstractSingleOrderSendParametersBuilder
- getAccountId() - Method in class velox.api.layer1.data.BalanceInfoBuilder
- getAccountId() - Method in class velox.api.layer1.data.OrderInfoBuilder
- getAccountId() - Method in class velox.api.layer1.data.StatusInfoBuilder
- getAccountName() - Method in class velox.api.layer1.data.BalanceInfoBuilder
-
Deprecated.Use
BalanceInfoBuilder.getAccountId()()} instead - getAccounts() - Method in class velox.api.layer1.common.helper.AccountListManager
-
Returns all available accounts.
- getAccountsByAlias(String) - Method in class velox.api.layer1.common.helper.AccountListManager
-
Returns all account infos for instrument alias.
- getAccountsByProvider(String) - Method in class velox.api.layer1.common.helper.AccountListManager
-
Returns all accounts for the provider by the provider programmatic name.
- getAccountsByProviderAccountId(String) - Method in class velox.api.layer1.common.helper.AccountListManager
-
Returns all accounts for the provider by the id of one of the provider accounts (e.g.
- getAccountType() - Method in class velox.api.layer1.data.AccountInfo
- getAccountType() - Method in class velox.api.layer1.data.AccountInfoBuilder
- getActionPerformedMessage(String) - Method in class velox.api.layer1.messages.Layer1ApiUserMessageModifyActionToAllInstruments
-
Creates message that will be sent when this action is selected, containing information about invoking instrument symbol
- getActionPerformedMessage(String) - Method in class velox.api.layer1.messages.UserMessageModifyAllInstrumentControlsHft
- getActions() - Method in class velox.api.layer1.actions.Layer1ActionsContainer
- getActionsContainer() - Method in interface velox.api.layer1.actions.Layer1ActionMapper
-
It's the entry point for action registration.
- getAdditionalStopLossTiers() - Method in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- getAdditionalTakeProfitTiers() - Method in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- getAdditionalTimeSource() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- getAdminListenerBroadcaster() - Method in class velox.api.layer1.Layer1ApiBasicListenable
- getAlias() - Method in class velox.api.layer1.data.AbstractSingleOrderSendParametersBuilder
- getAlias() - Method in class velox.api.layer1.messages.SelectedAccountChangedMessage
- getAliases() - Method in interface velox.api.layer0.credentialscomponents.CredentialsComponent
-
Provide pair(s) of legacy name and current name for this credentials element if there are any.
- getAliases() - Method in class velox.api.layer0.credentialscomponents.MultiCredentialsComponent
- getAliasesByAccountId(String) - Method in class velox.api.layer1.common.helper.AccountListManager
-
Returns the list of all currently subscribed instrument aliases for account id.
- getAllIds() - Method in class velox.api.layer1.layers.utils.OrderByOrderBook
-
Get all identifiers of orders in the book
- getAskMap() - Method in class velox.api.layer1.layers.utils.OrderBook
-
Beware: changing this map will break order book
- getAskTradeSize() - Method in class velox.api.layer1.datastructure.events.TradeAggregationEvent
- getAverageFillPrice() - Method in class velox.api.layer1.data.OrderInfoBuilder
- getAveragePrice() - Method in class velox.api.layer1.data.StatusInfoBuilder
- getBalancesInCurrency() - Method in class velox.api.layer1.data.BalanceInfoBuilder
- getBatchId() - Method in class velox.api.layer1.data.OrderCancelParameters.Builder
- getBestAskPrice() - Method in class velox.api.layer1.layers.utils.mbo.OrderBookMbo
- getBestAskPriceOrNone() - Method in class velox.api.layer1.layers.utils.OrderBook
- getBestBidPrice() - Method in class velox.api.layer1.layers.utils.mbo.OrderBookMbo
- getBestBidPriceOrNone() - Method in class velox.api.layer1.layers.utils.OrderBook
- getBidMap() - Method in class velox.api.layer1.layers.utils.OrderBook
-
Beware: changing this map will break order book
- getBidTradeSize() - Method in class velox.api.layer1.datastructure.events.TradeAggregationEvent
- getBookmapDirectoryByName(String) - Static method in class velox.api.layer1.common.DirectoryResolver
-
Allows to get subfloder in Bookmap directory.
- getBookmapRootDirectory() - Static method in class velox.api.layer1.common.DirectoryResolver
-
Allows to access Bookmap root directory On windows: C:\Bookmap by default, may be changed during installation On mac: ~/Library/Application Support/Bookmap On linux: ~/.bookmap
- getBookmapVersion() - Static method in class velox.api.layer1.common.VersionHelper
-
Get string representation of bookmap version.
- getBundle(String) - Method in interface velox.api.layer1.localization.LocalizedBundleProvider
-
Translation files has next structure:
- getCharAt(String, int) - Static method in class velox.gui.utils.localization.LocalizedTextUtils
-
Returns the user-perceived character at the given position of the text.
Uses the current Bookmap locale character boundary rules.
Note: this method is computation-heavy, so it is not recommended to use in frequently called code. - getCharAt(String, int, ULocale) - Static method in class velox.gui.utils.localization.LocalizedTextUtils
-
Returns the user-perceived character at the given position of the text.
- getCharCount(String) - Static method in class velox.gui.utils.localization.LocalizedTextUtils
-
Returns the length of the given string on the current Bookmap locale.
- getCharCount(String, ULocale) - Static method in class velox.gui.utils.localization.LocalizedTextUtils
-
Returns the length of the given string.
- getClientId() - Method in class velox.api.layer1.data.AbstractSingleOrderSendParametersBuilder
- getClientId() - Method in class velox.api.layer1.data.OrderInfoBuilder
- getClientSideFeatures() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- getClosePriceInTicks() - Method in class velox.api.layer1.messages.UserMessageYesterdayBar
-
Deprecated.Gets yesterday bar close price in ticks.
- getCollator() - Static method in class velox.gui.utils.localization.LocalizationUtils
- getColor() - Method in class velox.gui.colors.ColorsConfigItem
- getColor(String, String) - Method in interface velox.api.layer1.layers.strategies.interfaces.Layer1IndicatorColorInterface
- getColorConfigName() - Method in class velox.gui.colors.ColorsConfigItem
- getColorFor(Double) - Method in interface velox.api.layer1.messages.indicators.IndicatorColorScheme
-
Return color that should be used for this value
- getColorFullName(String, Class<?>) - Static method in interface velox.api.layer1.messages.indicators.IndicatorColorScheme
- getColorIntervalsList(double, double) - Method in interface velox.api.layer1.messages.indicators.IndicatorColorScheme
- getColors() - Method in interface velox.api.layer1.messages.indicators.IndicatorColorScheme
-
Return all used colors description
- getCommonGbc(int, int, int) - Static method in class velox.gui.utils.GuiUtils
- getCompoundComponent() - Method in interface velox.api.layer0.credentialscomponents.CredentialsComponent
-
Returns the component itself.
- getCompoundComponent() - Method in class velox.api.layer0.credentialscomponents.MultiCredentialsComponent
- getConfigDirectory() - Static method in class velox.api.layer1.common.DirectoryResolver
-
Config directory is where all configuration files for Bookmap are stored.
- getContract() - Method in class velox.api.layer1.messages.UserMessageYesterdayBar
-
Deprecated.Gets yesterday bar contract name.
- getCopyWithAppliedTradingParams(Layer1ApiProviderSupportedFeatures) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
- getCredentialsComponents() - Method in interface velox.api.layer0.credentialscomponents.CredentialsFieldManager
-
Returns a list of
CredentialsComponentobjects so they can be further managed by Bookmap. - getCurrency() - Method in class velox.api.layer1.data.StatusInfoBuilder
- getCurrency() - Static method in class velox.gui.utils.localization.LocalizationUtils
- getCurrency(String) - Static method in class velox.gui.utils.localization.LocalizationUtils
-
Returns a currency object given an ISO 4217 3-letter code.
- getCurrentTime() - Method in class velox.api.layer0.live.ExternalLiveBaseProvider
-
This method will not be invoked for external providers
- getCurrentTime() - Method in interface velox.api.layer1.Layer1ApiAdminProvider
-
Returns current Unix epoch time.
- getCurrentTime() - Method in class velox.api.layer1.layers.Layer1ApiRelay
- getCurrentTime() - Method in interface velox.gui.utils.GuiUtils.ResetControlPanelCallbacks
- getCurrentULocale() - Method in interface velox.api.layer1.localization.LocalizedBundleProvider
- getCustomGuiFor(String, String) - Method in interface velox.api.layer1.Layer1CustomPanelsGetter
-
This request is used when this strategy was selected in strategies dialog
- getDataLibraryDirectory() - Static method in class velox.api.layer1.common.DirectoryResolver
- getDataListenerBroadcaster() - Method in class velox.api.layer1.Layer1ApiBasicListenable
- getDateFormatForSceleton(String) - Static method in class velox.gui.utils.localization.LocalizationUtils
- getDefaultColor() - Method in interface velox.api.layer1.messages.indicators.IndicatorColorScheme
- getDefaultLotSize() - Method in class velox.api.layer1.data.InstrumentInfo.BuilderBase
- getDefaultNumberFormat() - Static method in class velox.gui.utils.localization.LocalizationUtils
-
Return NumberFormat that was used by default before Bookmap localization
- getDefaultNumberFormatter() - Static method in class velox.gui.utils.localization.LocalizationUtils
- getDefaultValue() - Method in class velox.api.layer0.credentialscomponents.CredentialsTextField
- getDescription() - Method in interface velox.api.layer1.Layer1Descripted
- getDiagnosticLogsDirectory() - Static method in class velox.api.layer1.common.DirectoryResolver
- getDownloadedFeedsDirectory() - Static method in class velox.api.layer1.common.DirectoryResolver
-
This directory contains all the downloaded feeds and orders from web when opening bookmap with
--urloption. - getDownloadedWorkspacesDirectory() - Static method in class velox.api.layer1.common.DirectoryResolver
-
This directory contains all the downloaded workspace files from web when opening bookmap with
--urloption. - getDuration() - Method in class velox.api.layer1.data.AbstractSingleOrderSendParametersBuilder
- getDuration() - Method in class velox.api.layer1.data.OrderInfoBuilder
- getErrorIcon() - Static method in class velox.api.layer1.gui.Layer1DefaultAlertIcons
- getErrorReportsDirectory() - Static method in class velox.api.layer1.common.DirectoryResolver
- getEventScore(CanvasMouseEvent) - Method in interface velox.api.layer1.layers.strategies.interfaces.CanvasMouseListener
-
Every
CanvasMouseListeneron every mouse event is asked to "vote" for this event. - getExchange() - Method in class velox.api.layer1.data.InstrumentCoreInfo.BuilderBase
- getExchangeId() - Method in class velox.api.layer1.data.OrderInfoBuilder
- getExecutionId() - Method in class velox.api.layer1.data.ExecutionInfoBuilder
- getFeedsDirectory() - Static method in class velox.api.layer1.common.DirectoryResolver
- getFilled() - Method in class velox.api.layer1.data.OrderInfoBuilder
- getFirstKeyOrNone(TreeMap<Integer, Long>) - Method in class velox.api.layer1.layers.utils.OrderBook
- getFirstValueOrNone(TreeMap<Integer, Long>) - Method in class velox.api.layer1.layers.utils.OrderBook
- getFullName() - Method in class velox.api.layer1.data.InstrumentInfo.BuilderBase
- getGeneratedEventsConsumer() - Method in interface velox.api.layer1.messages.indicators.GeneratedUpdateConsumer
- getGeneratorAliases() - Method in interface velox.api.layer1.messages.indicators.StrategyUpdateGeneratorFilter
- getGeneratorUpdateTypes() - Method in interface velox.api.layer1.messages.indicators.StrategyUpdateGeneratorFilter
- getGoodNumbersCalculation(double, double, double) - Static method in class velox.api.layer1.utils.PriceRangeCalculationHelper
-
Provides an implementation of price range calculation that displays only "good" numbers on axis (1, 2, 5, 10, 25, 50 * 10^2n and their multipliers)
- getGoodNumbersCalculation(double, Map<String, Layer1PriceAxisRangeCalculatable.InputPriceAxisInfo>) - Static method in class velox.api.layer1.utils.PriceRangeCalculationHelper
-
Invokes
PriceRangeCalculationHelper.getGoodNumbersCalculation(double, double, double)for every map entry - getGoodNumbersPriceResult(double, double, double) - Static method in class velox.api.layer1.utils.PriceRangeCalculationHelper
-
Same as
PriceRangeCalculationHelper.getGoodNumbersCalculation(double, double, double), different return type
You don't need to use this method unless you want to see advanced parameters of best solution - getGraphContextMenuItems(long) - Method in interface velox.api.layer1.messages.indicators.IndicatorContextMenuInformation
- getGridBagConstraints(int, JComponent) - Static method in class velox.api.layer0.credentialscomponents.CredentialsComponentUtil
-
Returns typical
GridBagConstraintsfor aJComponentwhich is a part ofCredentialsComponentcompound component. - getHighestVersion() - Static method in enum class velox.api.layer1.annotations.Layer1ApiVersionValue
- getHighPriceInTicks() - Method in class velox.api.layer1.messages.UserMessageYesterdayBar
-
Deprecated.Gets yesterday bar high price in ticks.
- getHistoricalDataInfo() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- getHistoryInstrumentOverrideFunction() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- getHorizontalLines(String) - Method in interface velox.api.layer1.messages.indicators.HorizontalValueLinesInfo
- getId() - Method in class velox.api.layer1.data.AccountInfoBuilder
- getImage() - Method in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.CanvasIcon
- getIndicatorName() - Method in interface velox.api.layer1.messages.UpdateCustomIndicatorMessage
- getIndicatorValue() - Method in interface velox.api.layer1.messages.UpdateCustomIndicatorMessage
- getInfoIcon() - Static method in class velox.api.layer1.gui.Layer1DefaultAlertIcons
- getInitialValue(long) - Method in interface velox.api.layer1.layers.strategies.interfaces.CustomEventAggregatble
- getInstrumentAlias() - Method in class velox.api.layer1.data.OrderInfoBuilder
- getInstrumentAlias() - Method in class velox.api.layer1.data.StatusInfoBuilder
- getInstrumentListenerBroadcaster() - Method in class velox.api.layer1.Layer1ApiBasicListenable
- getIntervalNs() - Method in class velox.api.layer1.messages.Layer1ApiRequestCurrentTimeEvents
- getIsTradingSubscriptionSupported() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- getKey() - Method in class velox.gui.utils.localization.translatable.TranslatableText
- getKnownInstruments() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- getLabel() - Method in class velox.gui.colors.ColorsConfigItem
- getLastKeyOrNone(TreeMap<Integer, Long>) - Method in class velox.api.layer1.layers.utils.OrderBook
- getLastPriceOfOrder(long) - Method in class velox.api.layer1.layers.utils.OrderByOrderBook
-
Get current price corresponding to the order
- getLayer0ApiModulesDirectory() - Static method in class velox.api.layer1.common.DirectoryResolver
- getLayer1ApiModulesDirectory() - Static method in class velox.api.layer1.common.DirectoryResolver
- getLimitPrice() - Method in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- getLimitPrice() - Method in class velox.api.layer1.data.OrderInfoBuilder
- getLimitPrice() - Method in class velox.api.layer1.data.OrderMoveParameters.Builder
- getLimits(double, double) - Method in interface velox.api.layer1.messages.indicators.LimitsCalculator
-
Calculated desired display limits for indicator that has given minimum and maximum values in displayed range.
minValue and maxValue could be Double.NaN if no data is present for this indicator.
Note: indicator can continuously readjust between two adjacent ranges, so it's not recommended for this function to return a significantly different result for adjacent ranges (i.e for (0, 10) will return (-5, 15) and at the same time for (0, 11) will return (0, 11)) as it can lead to the indicator picture "jumping" (a few significant changes of indicator ranges per second, hard to watch data normally because of it) - getListener() - Static method in class velox.api.layer1.common.Log
-
Returns the current log listener that handles all log messages.
- getLocalDataCacheDirectory() - Static method in class velox.api.layer1.common.DirectoryResolver
- getLocale() - Method in interface velox.gui.utils.localization.LocalizedBundle
- getLoginInfo() - Method in class velox.api.layer1.messages.Layer1ApiAdditionalLoginDataRequestMessage
- getLogLevel() - Static method in class velox.api.layer1.common.Log
- getLogsDirectory() - Static method in class velox.api.layer1.common.DirectoryResolver
- getLookupInfo() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- getLowPriceInTicks() - Method in class velox.api.layer1.messages.UserMessageYesterdayBar
-
Deprecated.Gets yesterday bar low price in ticks.
- getMainColorName() - Method in interface velox.api.layer1.messages.indicators.IndicatorColorScheme
- getMap(boolean) - Method in class velox.api.layer1.datastructure.events.DepthAggregationEvent
- getMaxY() - Method in interface velox.api.layer1.layers.strategies.interfaces.OnlineCalculatable.DataCoordinateMarker
-
Similar to
OnlineCalculatable.DataCoordinateMarker.getMinY(), but for the upper edge. - getMenuItems(CanvasMouseEvent) - Method in interface velox.api.layer1.layers.strategies.interfaces.CanvasContextMenuProvider
-
On right-click Bookmap asks every
CanvasContextMenuProviderto provide a list of menu items. - getMessage() - Method in interface velox.api.layer1.messages.Layer1ApiUserMessageModifyStrategiesMainMenu.MenuDescription
-
Deprecated.Message that will be sent when action is selected
- getMessageFormat(String) - Static method in class velox.gui.utils.localization.LocalizationUtils
- getMidPriceOrNan() - Method in class velox.api.layer1.layers.utils.OrderBook
- getMinY() - Method in interface velox.api.layer1.layers.strategies.interfaces.OnlineCalculatable.DataCoordinateMarker
-
Y coordinate of the lower edge.
- getModificationUtcTime() - Method in class velox.api.layer1.data.OrderInfoBuilder
- getMultiplier() - Method in class velox.api.layer1.data.InstrumentInfo.BuilderBase
- getName() - Method in class velox.api.layer0.credentialscomponents.BaseCredentialsComponent
- getName() - Method in interface velox.api.layer1.messages.Layer1ApiUserMessageModifyStrategiesMainMenu.MenuDescription
-
Deprecated.User visible name of action
- getNativeErrorLogsDirectory() - Static method in class velox.api.layer1.common.DirectoryResolver
-
Directory where JVM crash logs are stored.
- getNextId() - Static method in class velox.api.layer1.messages.Layer1ApiUserMessageNotification
- getNumberFormat() - Static method in class velox.gui.utils.localization.LocalizationUtils
- getNumberFormat(NumberFormatStyle) - Static method in class velox.gui.utils.localization.LocalizationUtils
-
NumberFormat with current Bookmap localization.
- getNumberFormatter() - Static method in class velox.gui.utils.localization.LocalizationUtils
- getNumericValue() - Method in enum class velox.api.layer1.annotations.Layer1ApiVersionValue
- getOffset() - Method in class velox.api.layer1.data.OrderMoveToMarketParameters.Builder
- getOpenPriceInTicks() - Method in class velox.api.layer1.messages.UserMessageYesterdayBar
-
Deprecated.Gets yesterday bar open price in ticks.
- getOrDefault(String, Color) - Method in interface velox.api.layer1.messages.indicators.IndicatorColorInterface
- getOrder(long) - Method in class velox.api.layer1.layers.utils.OrderByOrderBook
-
Get order by id
- getOrder(String) - Method in class velox.api.layer1.layers.utils.mbo.OrderBookMbo
- getOrder(String) - Method in class velox.api.layer1.layers.utils.mbo.OrderBookMboUnsorted
- getOrderBook() - Method in class velox.api.layer1.layers.utils.OrderByOrderBook
-
Returns a backing order book.
- getOrderEntryType() - Method in class velox.api.layer1.data.AbstractSingleOrderSendParametersBuilder
- getOrderEntryType() - Method in class velox.api.layer1.data.OrderUpdateParameters.Builder
- getOrderId() - Method in class velox.api.layer1.data.ExecutionInfoBuilder
- getOrderId() - Method in class velox.api.layer1.data.OrderInfoBuilder
- getOrderId() - Method in class velox.api.layer1.data.OrderUpdateParameters.Builder
- getOrderId() - Method in class velox.api.layer1.layers.utils.mbo.Order
- getOrderIdsByAccountAndAlias(String, String) - Method in class velox.api.layer1.common.helper.AccountListManager
- getOrderInfoUpdate(String) - Method in class velox.api.layer1.common.helper.AccountListManager
- getOwnerUserName(Class<?>) - Static method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
- getPanelResetPoints() - Static method in class velox.gui.utils.GuiUtils
- getPath() - Method in class velox.api.layer1.common.temporaryfiles.TemporaryFile
-
Provides full normalized path to managed file
- getPips() - Method in class velox.api.layer1.data.InstrumentInfo.BuilderBase
- getPipsFunction() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- getPosition() - Method in class velox.api.layer1.data.StatusInfoBuilder
- getPrice() - Method in class velox.api.layer1.data.ExecutionInfoBuilder
- getPrice() - Method in class velox.api.layer1.layers.utils.mbo.Order
- getPriceRanges(String, double, Map<String, Layer1PriceAxisRangeCalculatable.InputPriceAxisInfo>) - Method in interface velox.api.layer1.layers.strategies.interfaces.Layer1PriceAxisRangeCalculatable
-
You can use PriceRangeCalculationHelper for existing implementations
- getPrimaryAccountByProvider(String) - Method in class velox.api.layer1.common.helper.AccountListManager
-
Deprecated.primary can be selected for each instrument separately from GUI. So for the same provider there can be multiple primary accounts. Use
AccountListManager.getSelectedAccountForAlias(String)instead. - getProviderOtherAccountsByAccountId(String, boolean) - Method in class velox.api.layer1.common.helper.AccountListManager
-
Deprecated.use
AccountListManager.getAccountsByProvider(String)instead. This method is deprecated because of deprecation of primary account concept. - getProviderProgrammaticName() - Method in class velox.api.layer1.data.AccountInfoBuilder
- getProviderProgrammaticName() - Method in class velox.api.layer1.messages.Layer1ApiAccountIdConvertMessage
- getProviderProgrammaticName() - Method in class velox.api.layer1.messages.Layer1ApiAdditionalLoginDataMessage
- getProviderProgrammaticName() - Method in class velox.api.layer1.messages.Layer1ApiLookUpInstrumentSubscribeInfoMessage
- getProviderProgrammaticName() - Method in interface velox.api.layer1.messages.UserProviderTargetedMessage
- getProviderProgrammaticName() - Method in class velox.api.layer1.providers.data.ProviderSelectorMessage
- getProviderShortName(String) - Static method in class velox.api.layer1.common.helper.ProviderTypeHelper
-
Returns short name of the provider by provider id.
- getProvidersWithMultiAccounts() - Method in class velox.api.layer1.common.helper.AccountListManager
-
Returns all providers with multiple accounts (providers are represented by their programmatic name).
- getProviderUserName(String) - Static method in class velox.api.layer1.common.helper.ProviderTypeHelper
-
Returns user name of the provider by provider id.
- getReadOnlyImage() - Method in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.PreparedImage
-
Returns corresponding icon, do not modify it
- getReadOnlyOpenglRepresentation() - Method in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.PreparedImage
- getRealizedPnl() - Method in class velox.api.layer1.data.StatusInfoBuilder
- getRecordingTag() - Method in class velox.api.layer1.data.InstrumentInfo.BuilderBase
- getRemoteDataCacheDirectory() - Static method in class velox.api.layer1.common.DirectoryResolver
- getRequestedSymbol() - Method in class velox.api.layer1.data.InstrumentInfo.BuilderBase
- getResetControlPanel(GuiUtils.ResetControlPanelCallbacks, JPanel, boolean) - Static method in class velox.gui.utils.GuiUtils
- getRightClickEventScore(CanvasMouseEvent) - Method in interface velox.api.layer1.layers.strategies.interfaces.CanvasContextMenuProvider
-
Every
CanvasContextMenuProvideron every right-click is asked to "vote" for this event. - getScore() - Method in class velox.api.layer1.utils.CalculatePricesResult
-
Calculates the score based on empty space size.
- getScreenshotsDirectory() - Static method in class velox.api.layer1.common.DirectoryResolver
- getSelectedAccountForAlias(String) - Method in class velox.api.layer1.common.helper.AccountListManager
-
Returns selected account id by the alias of the instrument (the one selected in the GUI on TCP).
- getSelectedAccountIdForAlias(String) - Method in class velox.api.layer1.common.helper.AccountListManager
-
Returns selected account info by the alias of the instrument (the one selected in the GUI).
- getSettings(String, String, Class<?>) - Method in interface velox.api.layer1.messages.indicators.SettingsAccess
- getShortName() - Method in class velox.api.layer1.data.AccountInfoBuilder
- getSide(long) - Method in class velox.api.layer1.layers.utils.OrderByOrderBook
-
Get side of an order
- getSize() - Method in class velox.api.layer1.data.AbstractSingleOrderSendParametersBuilder
- getSize() - Method in class velox.api.layer1.data.ExecutionInfoBuilder
- getSize() - Method in class velox.api.layer1.data.OrderResizeParameters.Builder
- getSize() - Method in class velox.api.layer1.layers.utils.mbo.Order
- getSizeFor(boolean, int) - Method in class velox.api.layer1.layers.utils.OrderBook
- getSizeFor(boolean, int, long) - Method in class velox.api.layer1.layers.utils.OrderBook
- getSizeMultiplier() - Method in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
-
Deprecated.
- getSizeMultiplier() - Method in class velox.api.layer1.data.InstrumentInfo.BuilderBase
- getSizeMultiplierFunction() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- getSoundsDirectory() - Static method in class velox.api.layer1.common.DirectoryResolver
- getSource() - Method in interface velox.api.layer1.Layer1ApiAdminProvider
-
Returns string representing data source.
- getSource() - Method in class velox.api.layer1.layers.Layer1ApiRelay
- getStatus() - Method in class velox.api.layer1.data.OrderInfoBuilder
- getStatusIconTextFieldCapsLockSpacesCheckable() - Method in interface velox.api.layer0.credentialscomponents.CredentialsComponentTextCheckable
-
Return
StatusIconTextFieldto be checked for leading/trailing spaces AND caps lock - getStatusIconTextFieldCapsLockSpacesCheckable() - Method in class velox.api.layer0.credentialscomponents.CredentialsTextField
- getStatusIconTextFieldSpacesCheckable() - Method in interface velox.api.layer0.credentialscomponents.CredentialsComponentTextCheckable
-
Return
StatusIconTextFieldto be checked for leading/trailing spaces - getStatusIconTextFieldSpacesCheckable() - Method in class velox.api.layer0.credentialscomponents.CredentialsTextField
- getStopLossClientId() - Method in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- getStopLossLimitOffset() - Method in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- getStopLossOffset() - Method in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- getStopLossTrailingStep() - Method in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- getStopPrice() - Method in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- getStopPrice() - Method in class velox.api.layer1.data.OrderInfoBuilder
- getStopPrice() - Method in class velox.api.layer1.data.OrderMoveParameters.Builder
- getString(String) - Method in interface velox.gui.utils.localization.LocalizedBundle
-
In localization file you should write keys for variables like this:
<key>=<text> - getString(String, Object...) - Method in interface velox.gui.utils.localization.LocalizedBundle
-
In localization file you should write keys for variables like this:
<key>=<text> - getString(String, Map<String, Object>) - Method in interface velox.gui.utils.localization.LocalizedBundle
-
In localization file you should write keys for variables like this:
<key>=<text> - getStringValue() - Method in class velox.api.layer0.credentialscomponents.CredentialsSerializationField
- getSubscriptionInfoFunction() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- getSummary() - Method in class velox.api.layer1.data.AccountInfoBuilder
- getSupportedFeatures() - Method in class velox.api.layer0.live.ExternalLiveBaseProvider
-
You can override this if you are implementing a live trading support.
- getSupportedFeatures() - Method in class velox.api.layer0.replay.ExternalReaderBaseProvider
- getSupportedFeatures() - Method in interface velox.api.layer1.Layer1ApiAdminProvider
-
Get information about features that are supported by a provider.
- getSupportedFeatures() - Method in class velox.api.layer1.layers.Layer1ApiRelay
- getSupportedFeaturesForAlias(Layer1ApiProvider, String) - Static method in class velox.api.layer1.providers.helper.TargetedRequestHelper
-
Check which features are supported by a provider corresponding to certain alias
- getSupportedLimitDurations() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- getSupportedOcoFeatures() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- getSupportedOrderDurationsFunction() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- getSupportedStopDurations() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- getSupportedStopOrders() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- getSymbol() - Method in class velox.api.layer1.data.InstrumentCoreInfo.BuilderBase
- getSymbol() - Method in interface velox.api.layer1.messages.Layer1ApiStrategyMessageSymboled
- getSymbolsMappingFunction() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- getTakeProfitClientId() - Method in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- getTakeProfitOffset() - Method in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- getTemporaryDirectory() - Static method in class velox.api.layer1.common.DirectoryResolver
- getText() - Method in class velox.api.layer1.gui.StatusIconTextField
- getTextField() - Method in class velox.api.layer0.credentialscomponents.CredentialsTextField
-
Retrieve internal text field for further customization (e.g.
- getTime() - Method in class velox.api.layer1.data.ExecutionInfoBuilder
- getTime() - Method in class velox.api.layer1.datastructure.events.Event
- getTime() - Method in interface velox.api.layer1.layers.strategies.interfaces.CustomGeneratedEvent
- getTimeSource() - Method in class velox.api.layer1.layers.Layer1ApiRelay
- getTimeSource() - Method in interface velox.api.layer1.layers.Layer1ApiTimeSource
- getTimeSource(Layer1ApiProvider) - Static method in interface velox.api.layer1.layers.Layer1ApiTimeSource
- getTitle() - Method in class velox.gui.StrategyPanel
- getTotalTradeSize() - Method in class velox.api.layer1.datastructure.events.TradeAggregationEvent
- getTradingAccountId() - Method in class velox.api.layer1.data.BalanceInfo
- getTradingAccountId() - Method in interface velox.api.layer1.data.MultiAccountAware
- getTradingAccountId() - Method in class velox.api.layer1.data.OrderInfo
- getTradingAccountId() - Method in class velox.api.layer1.data.SingleOrderSendParameters
- getTradingAccountId() - Method in class velox.api.layer1.data.StatusInfo
- getTradingFrom() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
-
Deprecated.
- getTradingListenerBroadcaster() - Method in class velox.api.layer1.Layer1ApiBasicListenable
- getTradingVia() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
-
Deprecated.
- getTrailingStep() - Method in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- getTranslatableMessage() - Method in exception class velox.gui.utils.localization.translatable.exceptions.TranslatableException
- getType() - Method in class velox.api.layer1.data.InstrumentCoreInfo.BuilderBase
- getType() - Method in class velox.api.layer1.data.OrderInfoBuilder
- getTypeFromPrices(double, double) - Static method in enum class velox.api.layer1.data.OrderType
- getULocale() - Method in interface velox.gui.utils.localization.LocalizedBundle
- getUnfilled() - Method in class velox.api.layer1.data.OrderInfoBuilder
- getUniqueId() - Method in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.BasicCanvasShape
- getUniqueId() - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.CanvasShape
- getUniqueId() - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas
- getUniqueListenersCount() - Method in class velox.api.layer1.Layer1ApiBasicListenable
-
Function for getting number of unique listeners.
- getUnrealizedPnl() - Method in class velox.api.layer1.data.StatusInfoBuilder
- getValue() - Method in class velox.api.layer0.credentialscomponents.CredentialsCheckbox
-
A simple value getter for the
JCheckBoxobject which belongs to thisCredentialsCheckbox - getValue() - Method in class velox.api.layer0.credentialscomponents.CredentialsDropdown
-
A simple value getter for the
JComboBoxobject which belongs to thisCredentialsDropdown. - getValue() - Method in class velox.api.layer0.credentialscomponents.CredentialsTextField
-
A simple value getter for the
JTextFieldobject which belongs to thisCredentialsTextField. - getValues() - Method in class velox.api.layer0.credentialscomponents.CredentialsCheckbox
- getValues() - Method in interface velox.api.layer0.credentialscomponents.CredentialsComponent
-
gets values for
CredentialsComponentelements. - getValues() - Method in class velox.api.layer0.credentialscomponents.CredentialsDropdown
- getValues() - Method in class velox.api.layer0.credentialscomponents.CredentialsTextField
- getValues() - Method in interface velox.api.layer1.layers.strategies.interfaces.IndicatorFullValues
- getValueY() - Method in interface velox.api.layer1.layers.strategies.interfaces.OnlineCalculatable.DataCoordinateMarker
-
Value used for the widget/line
- getVolume() - Method in class velox.api.layer1.data.StatusInfoBuilder
- getWaitBeforeRestartMs() - Method in class velox.api.layer1.messages.historicalserver.Layer1ApiRestartHistoricalServer
- getWarnIcon() - Static method in class velox.api.layer1.gui.Layer1DefaultAlertIcons
- getWidgetContextMenuItems() - Method in interface velox.api.layer1.messages.indicators.IndicatorContextMenuInformation
- getWorkingBuys() - Method in class velox.api.layer1.data.StatusInfoBuilder
- getWorkingSells() - Method in class velox.api.layer1.data.StatusInfoBuilder
- getWorstAskPriceOrNone() - Method in class velox.api.layer1.layers.utils.OrderBook
- getWorstBidPriceOrNone() - Method in class velox.api.layer1.layers.utils.OrderBook
- getX(ScreenSpaceCanvas.HorizontalCoordinate, CanvasMouseEvent.CoordinateRequestType) - Method in class velox.api.layer1.layers.strategies.interfaces.CanvasMouseEvent
-
Get
xcoordinate in canvas dimensions.
Note that if you userequestTypewith typeCanvasMouseEvent.CoordinateRequestType.PIXELS, and therelativeTohas the base of typeScreenSpaceCanvas.CompositeCoordinateBase.DATA_ZEROit is possible to get an integer overflow during calculation, in this case you will getInteger.MAX_VALUEin the resultingScreenSpaceCanvas.CompositeHorizontalCoordinate.pixelsX. - getX1() - Method in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.CanvasIcon
- getX2() - Method in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.CanvasIcon
- getY(ScreenSpaceCanvas.VerticalCoordinate, CanvasMouseEvent.CoordinateRequestType) - Method in class velox.api.layer1.layers.strategies.interfaces.CanvasMouseEvent
-
Get
ycoordinate in canvas dimensions.
Note that if you userequestTypewith typeCanvasMouseEvent.CoordinateRequestType.PIXELS, and therelativeTohas the base of typeScreenSpaceCanvas.CompositeCoordinateBase.DATA_ZEROit is possible to get an integer overflow during calculation, in this case you will getInteger.MAX_VALUEin the resultingScreenSpaceCanvas.CompositeVerticalCoordinate.pixelsY. - getY1() - Method in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.CanvasIcon
- getY2() - Method in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.CanvasIcon
- GRAPH_LAYERS_MODULES_MAX - Enum constant in enum class velox.api.layer1.layers.strategies.interfaces.MouseModuleScore
-
Max score for Bookmap-rendered layers on chart, such as trade circles, candlesticks, indicator lines, icons, BBO, vwap
- GRAPH_LAYERS_MODULES_MIN - Enum constant in enum class velox.api.layer1.layers.strategies.interfaces.MouseModuleScore
- graphLayerRenderPriority - Variable in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
- graphType - Variable in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
-
Strategies have few options of where graph is displayed, see
Layer1ApiUserMessageModifyIndicator.GraphType
Default:Layer1ApiUserMessageModifyIndicator.GraphType.NONE - groups - Variable in class velox.api.layer1.messages.Layer1ApiShowShortcutPanelMessage
- groups() - Element in annotation interface velox.api.layer1.actions.annotations.Layer1ActionMetadata
-
Describes group hierarchy where the action will be located in the Keyboard Shortcuts window.
- GTC - Enum constant in enum class velox.api.layer1.data.OrderDuration
-
Good Til Canceled.
- GTC_PO - Enum constant in enum class velox.api.layer1.data.OrderDuration
-
The post-only flag indicates that the order should only make liquidity.
- GTD - Enum constant in enum class velox.api.layer1.data.OrderDuration
-
Good Til Date.
- GTT - Enum constant in enum class velox.api.layer1.data.OrderDuration
-
Good Til Time.
- GuiConfig(ColorsConfigItem.BackgroundStyle, boolean, boolean, ColorsConfigItem.InsetsStyle) - Constructor for record class velox.gui.colors.ColorsConfigItem.GuiConfig
-
Creates an instance of a
GuiConfigrecord class. - guiPanelsProvider - Variable in class velox.api.layer1.messages.Layer1ApiAlertGuiMessage
-
Function that returns GUI panels based on
Layer1ApiSoundAlertDeclarationMessage
If your GUI panels are opened with the intent to declare a new alert - the passed argument is null. - GuiUtils - Class in velox.gui.utils
- GuiUtils() - Constructor for class velox.gui.utils.GuiUtils
- GuiUtils.ResetControlPanelCallbacks - Interface in velox.gui.utils
H
- HALTED - Enum constant in enum class velox.api.layer1.data.MarketMode
- hashCode() - Method in class velox.api.layer1.data.AccountInfo
- hashCode() - Method in class velox.api.layer1.data.InstrumentCoreInfo
- hashCode() - Method in record class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures.OrderDurationRequestParameters
-
Returns a hash code value for this object.
- hashCode() - Method in record class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures.SupportedOrderDurationsBundle
-
Returns a hash code value for this object.
- hashCode() - Method in class velox.api.layer1.data.SubscribeInfo
- hashCode() - Method in class velox.api.layer1.datastructure.events.TradeAggregationEvent
- hashCode() - Method in class velox.api.layer1.layers.utils.mbo.Order
- hashCode() - Method in class velox.api.layer1.messages.CurrentTimeUserMessage
- hashCode() - Method in record class velox.api.layer1.messages.Layer1ApiGetStrategyUiConfig.StrategyUiConfig
-
Returns a hash code value for this object.
- hashCode() - Method in class velox.api.layer1.messages.tab.SwitchTabRequest
- hashCode() - Method in class velox.api.layer1.providers.data.Combination
- hashCode() - Method in record class velox.gui.colors.ColorsConfigItem.BackgroundStyle.Menu
-
Returns a hash code value for this object.
- hashCode() - Method in record class velox.gui.colors.ColorsConfigItem.BackgroundStyle.None
-
Returns a hash code value for this object.
- hashCode() - Method in record class velox.gui.colors.ColorsConfigItem.GuiConfig
-
Returns a hash code value for this object.
- hashCode() - Method in record class velox.gui.colors.ColorsConfigItem.InsetsStyle.Custom
-
Returns a hash code value for this object.
- hashCode() - Method in record class velox.gui.colors.ColorsConfigItem.InsetsStyle.Default
-
Returns a hash code value for this object.
- hashCode() - Method in record class velox.gui.colors.ColorsConfigItem.InsetsStyle.Menu
-
Returns a hash code value for this object.
- hashCode() - Method in class velox.gui.utils.localization.translatable.TranslatableText
- hasOrder(long) - Method in class velox.api.layer1.layers.utils.OrderByOrderBook
-
Check if order is in the book
- HEATMAP - Enum constant in enum class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvasFactory.ScreenSpaceCanvasType
- historicalDataInfo - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
-
If not null, describes how historical data can be retrieved for particular instrument
- historicalDataInfo - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- HistoricalDataInfo - Interface in velox.api.layer1.data
-
Tells Bookmap how to get historical data.
- historyInstrumentOverrideFunction - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
-
Bookmap will provide you with an instrument for which it wants to fetch history.
- historyInstrumentOverrideFunction - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- HORIZONTAL_DATA_ZERO - Static variable in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.RelativeHorizontalCoordinate
-
Corresponds to origin point of data
- HORIZONTAL_PIXEL_ZERO - Static variable in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.RelativeHorizontalCoordinate
-
Corresponds to leftmost pixel of canvas
- horizontalValueLinesInfo - Variable in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
- HorizontalValueLinesInfo - Interface in velox.api.layer1.messages.indicators
-
Allows to draw any number of horizontal lines at given values
- hostAlias - Variable in class velox.api.layer1.messages.CrossTradingStatusMessage
-
The instrument from which cross-trading happens (from which user send orders)
- HyperlinkHelper - Class in velox.api.layer1.utils
- HyperlinkHelper() - Constructor for class velox.api.layer1.utils.HyperlinkHelper
I
- icon - Variable in class velox.api.layer0.data.IndicatorDefinitionUserMessage
-
Deprecated.
- icon - Variable in class velox.api.layer1.layers.strategies.interfaces.OnlineCalculatable.Marker
-
Image used as marker
- iconLayerRenderPriority - Variable in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
- iconOffsetX - Variable in class velox.api.layer0.data.IndicatorDefinitionUserMessage
-
Deprecated.
- iconOffsetX - Variable in class velox.api.layer1.layers.strategies.interfaces.OnlineCalculatable.Marker
-
X component of icon offset.
- iconOffsetY - Variable in class velox.api.layer0.data.IndicatorDefinitionUserMessage
-
Deprecated.
- iconOffsetY - Variable in class velox.api.layer1.layers.strategies.interfaces.OnlineCalculatable.Marker
-
Y component of icon offset.
- id - Variable in class velox.api.layer0.data.IndicatorDefinitionUserMessage
-
Deprecated.
- id - Variable in class velox.api.layer0.data.IndicatorPointUserMessage
-
Deprecated.
- id - Variable in class velox.api.layer1.data.AccountInfo
-
Unique identifier for the account.
- id - Variable in class velox.api.layer1.messages.Layer1ApiAlertGuiMessage
-
Id can be used to reference this message
- id - Variable in class velox.api.layer1.messages.Layer1ApiAlertSettingsMessage
-
Id can be used to reference this message
- id - Variable in class velox.api.layer1.messages.Layer1ApiSoundAlertDeclarationMessage
-
Id can be used to reference this declaration message
- id - Variable in class velox.api.layer1.messages.Layer1ApiUserMessageNotification
- id() - Element in annotation interface velox.api.layer1.actions.annotations.Layer1ActionMetadata
-
Action unique identifier.
- IdHelper - Class in velox.api.layer1.utils
-
Generates ID's that are trying to be globally unique.
- IdHelper() - Constructor for class velox.api.layer1.utils.IdHelper
- INACTIVE - Enum constant in enum class velox.api.layer1.data.OrderStatus
-
Deprecated.
- index - Variable in enum class velox.gui.utils.localization.NumberFormatStyle
- IndicatorColorInterface - Interface in velox.api.layer1.messages.indicators
-
Interface to get/set colors for this strategy Names are the same as used when declaring the color.
- indicatorColorScheme - Variable in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
-
Default color scheme has only one main color, named as strategy and used for every value
- IndicatorColorScheme - Interface in velox.api.layer1.messages.indicators
-
Describes colors given to certain indicator values when indicator is drawn using default lines on bottom panel
- IndicatorColorScheme.ColorDescription - Class in velox.api.layer1.messages.indicators
- IndicatorColorScheme.ColorIntervalResponse - Class in velox.api.layer1.messages.indicators
-
Describes all color changes in given interval
- indicatorContextMenuInformation - Variable in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
- IndicatorContextMenuInformation - Interface in velox.api.layer1.messages.indicators
-
Provide information about all context menu entries for:
a) graph context menu (RMB click on graph line)
b) widget context menu (RMB click on widget) - IndicatorDefinitionUserMessage - Class in velox.api.layer0.data
-
Deprecated.
- IndicatorDefinitionUserMessage(int, String, short, short, int, Color, short, short, int, BufferedImage, int, int, boolean) - Constructor for class velox.api.layer0.data.IndicatorDefinitionUserMessage
-
Deprecated.
- IndicatorDefinitionUserMessage(int, String, String, short, short, int, Color, short, short, int, BufferedImage, int, int, boolean) - Constructor for class velox.api.layer0.data.IndicatorDefinitionUserMessage
-
Deprecated.Define new custom indicator
- IndicatorDefinitionUserMessage(int, String, String, short, short, int, Color, short, short, int, BufferedImage, int, int, boolean, String) - Constructor for class velox.api.layer0.data.IndicatorDefinitionUserMessage
-
Deprecated.Define new custom indicator
- indicatorDisplayLogic - Variable in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
- IndicatorDisplayLogic - Class in velox.api.layer1.messages.indicators
-
Bundle for display logic components If some field is null, default logic will be used for that component
- IndicatorDisplayLogic() - Constructor for class velox.api.layer1.messages.indicators.IndicatorDisplayLogic
- IndicatorFullValues - Interface in velox.api.layer1.layers.strategies.interfaces
-
Clears all previous returned values, and provides new data, equal to response for new
OnlineCalculatable.calculateValuesInRange(String, String, long, long, int, CalculatedResultListener)without actually callingInvalidateInterface.invalidate()
Indicator line will be painted completely with new values - indicatorLineStyle - Variable in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
-
Line style used by indicator
- IndicatorLineStyle - Class in velox.api.layer1.messages.indicators
-
This class allows you to specify how the indicator line will look.
- IndicatorLineStyle() - Constructor for class velox.api.layer1.messages.indicators.IndicatorLineStyle
-
Creates default line style (similar to most lines in Bookmap)
- IndicatorLineStyle(short, short, int, short, short, int) - Constructor for class velox.api.layer1.messages.indicators.IndicatorLineStyle
-
Creates a custom line style.
- indicatorMaxMarginPriceOut - Variable in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
- indicatorMinMarginPriceOut - Variable in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
- indicatorName - Variable in class velox.api.layer0.data.IndicatorDefinitionUserMessage
-
Deprecated.
- IndicatorPointUserMessage - Class in velox.api.layer0.data
-
Deprecated.
- IndicatorPointUserMessage(int, double) - Constructor for class velox.api.layer0.data.IndicatorPointUserMessage
-
Deprecated.
- info - Variable in class velox.api.layer1.messages.Layer1ApiUserMessageAddStrategyUpdateGenerator
- info(String) - Static method in class velox.api.layer1.common.Log
- info(String, Exception) - Static method in class velox.api.layer1.common.Log
- info(String, String) - Static method in class velox.api.layer1.common.Log
- info(String, String, Exception) - Static method in class velox.api.layer1.common.Log
- INFO - Enum constant in enum class velox.api.layer1.common.Log.LogLevel
-
Informative messages.
- infoFmt(String, Object...) - Static method in class velox.api.layer1.common.Log
-
follow slf4j arguments passing rules
- infoFree(Object...) - Static method in class velox.api.layer1.common.Log
- init() - Static method in class velox.api.layer1.gui.Layer1DefaultAlertIcons
- initialize() - Static method in class velox.api.layer1.layers.utils.SoundSynthHelper
-
Perform initialization.
- initialValue - Variable in class velox.api.layer1.messages.indicators.BoundsInfo
-
Value if no data is present If null, 0 is used
- inject(Runnable) - Method in class velox.api.layer1.layers.Layer1ApiInjectorRelay
-
Inject runnable into messages stream provider -> gui.
- injectSynchronously(Runnable) - Method in class velox.api.layer1.layers.Layer1ApiInjectorRelay
-
Inject runnable into messages stream provider -> gui from the same thread.
- InputPriceAxisInfo(double, double) - Constructor for class velox.api.layer1.layers.strategies.interfaces.Layer1PriceAxisRangeCalculatable.InputPriceAxisInfo
- insets() - Method in record class velox.gui.colors.ColorsConfigItem.InsetsStyle.Custom
-
Returns the value of the
insetsrecord component. - insetsStyle() - Method in record class velox.gui.colors.ColorsConfigItem.GuiConfig
-
Returns the value of the
insetsStylerecord component. - INSTRUMENT_NOT_OPEN - Enum constant in enum class velox.api.layer1.messages.Layer1ApiTradingMessageWithCallback.Response
-
The instrument is not visible in the main window or in separate windows.
- instrumentAlias - Variable in class velox.api.layer1.data.OrderInfo
- instrumentAlias - Variable in class velox.api.layer1.data.StatusInfo
-
Alias of the instrument this information relates to
- instrumentCoreInfo() - Method in record class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures.OrderDurationRequestParameters
-
Returns the value of the
instrumentCoreInforecord component. - InstrumentCoreInfo - Class in velox.api.layer1.data
-
Minimal sufficient amount of data to identify the instrument within any platform
- InstrumentCoreInfo(String, String, String) - Constructor for class velox.api.layer1.data.InstrumentCoreInfo
- InstrumentCoreInfo(InstrumentCoreInfo.BuilderBase<?>) - Constructor for class velox.api.layer1.data.InstrumentCoreInfo
- InstrumentCoreInfo.Builder - Class in velox.api.layer1.data
- InstrumentCoreInfo.BuilderBase<T> - Class in velox.api.layer1.data
-
Builder pattern for inheritance structures.
- InstrumentDataRequestRedirectHelper - Class in velox.api.layer1.providers.helper
-
When creating synthetic instruments using
Layer1UpstreamDataEditorbookmap will still try to query those instruments for certain things (like "which provider does it belong to?", "which order types are supported by that instrument"). - InstrumentDataRequestRedirectHelper() - Constructor for class velox.api.layer1.providers.helper.InstrumentDataRequestRedirectHelper
- InstrumentInfo - Class in velox.api.layer1.data
-
Information about the instrument
- InstrumentInfo(String, String, String, double, double, String, boolean) - Constructor for class velox.api.layer1.data.InstrumentInfo
-
Deprecated.use
InstrumentInfo.Builderinstead - InstrumentInfo(String, String, String, double, double, String, boolean, double) - Constructor for class velox.api.layer1.data.InstrumentInfo
-
Deprecated.use
InstrumentInfo.Builderinstead - InstrumentInfo(String, String, String, double, double, String, boolean, double, boolean) - Constructor for class velox.api.layer1.data.InstrumentInfo
-
Deprecated.use
InstrumentInfo.Builderinstead - InstrumentInfo(InstrumentInfo.BuilderBase<?>) - Constructor for class velox.api.layer1.data.InstrumentInfo
- InstrumentInfo.Builder - Class in velox.api.layer1.data
- InstrumentInfo.BuilderBase<T> - Class in velox.api.layer1.data
- InstrumentInfoCrypto - Class in velox.api.layer1.data
-
Deprecated.
- InstrumentInfoCrypto(String, String, String, double, double, String, boolean, double) - Constructor for class velox.api.layer1.data.InstrumentInfoCrypto
-
Deprecated.Assumes
InstrumentInfo.isFullDepth= true - InstrumentInfoCrypto(String, String, String, double, double, String, double) - Constructor for class velox.api.layer1.data.InstrumentInfoCrypto
-
Deprecated.
- instrumentListeners - Variable in class velox.api.layer0.live.ExternalLiveBaseProvider
- instrumentListeners - Variable in class velox.api.layer0.replay.ExternalReaderBaseProvider
- instrumentListeners - Variable in class velox.api.layer1.Layer1ApiBasicListenable
-
List of listers for instrument events.
- InstrumentNotDefinedException - Exception Class in velox.api.layer1.exception
- InstrumentNotDefinedException(String) - Constructor for exception class velox.api.layer1.exception.InstrumentNotDefinedException
- instruments - Variable in class velox.api.layer1.messages.ConfigureSubscriptionMessage
-
Instruments to add to subscription dialog
- INSTRUMENTS - Enum constant in enum class velox.api.layer1.messages.indicators.StrategyUpdateGeneratorFilter.StrategyUpdateGeneratorEventType
- instrumentToHistoricalDataInfo - Variable in class velox.api.layer1.data.PerInstrumentHistoricalDataInfo
-
A mapping from
SubscribeInfoto theHistoricalDataInfo. - instrumentToImportDuration - Variable in class velox.api.layer1.data.BmSimpleHistoricalDataInfo
-
A mapping from
SubscribeInfoto theLong.
Used for selecting default or the closest available historical import duration value in subscription dialog.
Returns default historical import duration in nanoseconds. - INTEGER_STYLE - Enum constant in enum class velox.gui.utils.localization.NumberFormatStyle
-
Constant to specify a integer number style format.
- intervalNs - Variable in class velox.api.layer1.messages.Layer1ApiRequestCurrentTimeEvents
- invalidate() - Method in interface velox.api.layer1.Layer1InternallyControllingEnable.InvalidateIsEnabledCallback
-
Deprecated.
- invalidate() - Method in interface velox.api.layer1.layers.strategies.interfaces.InvalidateInterface
-
Invalidate indicator
Indicator line will be painted on fly as data is calculated via nextOnlineCalculatable.calculateValuesInRange(String, String, long, long, int, CalculatedResultListener) - InvalidateInterface - Interface in velox.api.layer1.layers.strategies.interfaces
-
Interface used to invalidate online indicator at any time
- invalidateSynchronous() - Method in interface velox.api.layer1.layers.strategies.interfaces.InvalidateInterface
-
Deprecated.
- IOC - Enum constant in enum class velox.api.layer1.data.OrderDuration
-
Immediate-Or-Cancel.
- isAccountSelectedForAlias(String, String) - Method in class velox.api.layer1.common.helper.AccountListManager
-
Checks if the account is selected for the alias of the instrument (the one selected in the GUI on TCP).
- isAccountSelectedForOrderId(String) - Method in class velox.api.layer1.common.helper.AccountListManager
-
Checks if the order belongs to the currently selected account on the TCP.
- isAccountSelectedForOrderIdOrNull(String) - Method in class velox.api.layer1.common.helper.AccountListManager
-
Checks if the order belongs to the currently selected account on the TCP.
- isActive() - Method in enum class velox.api.layer1.data.OrderStatus
- isAdd - Variable in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
- isAdd - Variable in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyScreenSpacePainter
- isAdd - Variable in class velox.api.layer1.messages.Layer1ApiAlertGuiMessage
-
True if this message adds GUI panels.
- isAdd - Variable in class velox.api.layer1.messages.Layer1ApiRequestCurrentTimeEvents
- isAdd - Variable in class velox.api.layer1.messages.Layer1ApiSoundAlertDeclarationMessage
-
True if this message adds a declaration.
- isAdd - Variable in class velox.api.layer1.messages.Layer1ApiUserMessageAddStrategyUpdateGenerator
-
Generator will be added if true
Removed if false - isAdd - Variable in class velox.api.layer1.messages.Layer1ApiUserMessageModifyActionToAllInstruments
- isAdd - Variable in class velox.api.layer1.messages.Layer1ApiUserMessageModifyStrategiesMainMenu
-
Deprecated.
- isAdd - Variable in class velox.api.layer1.messages.Layer1ApiUserMessageNotification
- isAdd - Variable in class velox.api.layer1.messages.TradingAccountsInfoMessage
-
If true, account information for the instrument has just been added, if false - account is no longer available.
- isAggregatable - Variable in class velox.api.layer1.messages.Layer1ApiUserMessageAddStrategyUpdateGenerator
-
Description of classes and aggregation rulles of all events that this generator can generated and want to store in data structure
- isAnyAccountSelectedForAlias(String) - Method in class velox.api.layer1.common.helper.AccountListManager
- isApiProtected - Variable in class velox.api.layer1.data.InstrumentInfo.BuilderBase
- isApiProtected - Variable in class velox.api.layer1.data.InstrumentInfo
-
If this flag is set to true, then all add-ons, except those marked with
UnrestrictedDataannotation, will be blocked from receiving data from this instrument - isApiProtected() - Method in class velox.api.layer1.data.InstrumentInfo.BuilderBase
- isBalanceSupported - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
- isBalanceSupported() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- isBatchEnd() - Method in class velox.api.layer1.data.OrderCancelParameters.Builder
- isBeforeEventsSkipped - Variable in class velox.api.layer1.messages.CurrentTimeUserMessage
-
If true, indicates that we are going to skip
CurrentTimeUserMessage's. - isBetterThan(CalculatePricesResult) - Method in class velox.api.layer1.utils.CalculatePricesResult
-
Compares which indicator range is better based on score (unused empty space size).
- isBid - Variable in class velox.api.layer0.data.TextDataMessage
- isBid - Variable in class velox.api.layer1.datastructure.events.MboAggregationEvent.Order
- isBid - Variable in class velox.api.layer1.layers.utils.OrderByOrderBook.Order
-
true if bid, false if ask
- isBid - Variable in class velox.api.layer1.messages.NbboEvent
- isBid() - Method in class velox.api.layer1.layers.utils.mbo.Order
- isBidAggressor - Variable in class velox.api.layer1.data.TradeInfo
-
true if bid was the aggressor, false if ask was the aggressor
- isBrackets() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- isBracketTiers() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- isBuy - Variable in class velox.api.layer1.data.AbstractSingleOrderSendParametersBuilder
- isBuy - Variable in class velox.api.layer1.data.OrderInfo
- isBuy - Variable in class velox.api.layer1.data.SingleOrderSendParameters
-
true for buy order, false for sell order
- isBuy() - Method in class velox.api.layer1.data.AbstractSingleOrderSendParametersBuilder
- isBuy() - Method in class velox.api.layer1.data.OrderInfoBuilder
- isCancelled() - Method in interface velox.api.layer1.layers.strategies.interfaces.CalculatedResultListener
-
It's recommended to poll this once in a while to avoid unnecessary computations.
- isCancelMessage() - Method in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage
-
True if the message was created via
Layer1ApiSoundAlertMessage(java.lang.String)constructor - isClosingPositionHint() - Method in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- isConfigured(Map<String, CredentialsSerializationField>) - Method in interface velox.api.layer0.credentialscomponents.CredentialsFieldManager
-
Returns true if credentials are configured, false if not (e.g.
- isConvertOrderToMkt() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- isCrypto - Variable in class velox.api.layer1.data.InstrumentInfo.BuilderBase
- isCrypto - Variable in class velox.api.layer1.data.InstrumentInfo
-
Allows bookmap to distinguish crypto instruments from other types.
- isCrypto() - Method in class velox.api.layer1.data.InstrumentInfo.BuilderBase
- isDarkMode() - Static method in class velox.api.layer1.common.RunModeHelper
- isDelayed - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
-
If data is delayed
- isDelayed() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- isDemo - Variable in class velox.api.layer1.data.UserPasswordDemoLoginData
-
True if it's a demo account.
- isDepth() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- isDisplayedForAlias(String) - Method in interface velox.api.layer1.messages.indicators.AliasFilter
- isDisplayedInColorDialog - Variable in class velox.api.layer1.messages.indicators.IndicatorColorScheme.ColorDescription
- isDisplayedInIndicatorPopup - Variable in class velox.api.layer1.messages.indicators.IndicatorColorScheme.ColorDescription
- isDoNotIncrease() - Method in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- isDoNotIncrease() - Method in class velox.api.layer1.data.OrderInfoBuilder
- isDuplicate - Variable in class velox.api.layer1.data.OrderInfo
-
Order can be duplicated in case of crosstrading or alias dublication
- isDuplicate - Variable in class velox.api.layer1.data.StatusInfo
-
If true, this is a duplicate of an already existing order.
- isDuplicate() - Method in class velox.api.layer1.data.OrderInfoBuilder
- isDuplicate() - Method in class velox.api.layer1.data.StatusInfoBuilder
- isEmbedded() - Static method in class velox.api.layer1.common.RunModeHelper
- isEmpty() - Method in class velox.api.layer1.layers.utils.mbo.OrderBookMbo
- isEmpty() - Method in class velox.api.layer1.layers.utils.OrderBook
-
Check if order book is empty
- isEnabledFor(String) - Method in interface velox.api.layer1.Layer1InternallyControllingEnable
-
Deprecated.
- isEnableSettingsFromConfigPopup - Variable in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
- isEventsSkipped - Variable in class velox.api.layer1.messages.CurrentTimeUserMessage
-
If true, indicates some events might have been skipped
For example, will happen after system sleep mode ended - isExchangeUsedForSubscription() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- isExecutionEnd - Variable in class velox.api.layer1.data.TradeInfo
-
true if this trade ends order execution chain
- isExecutionStart - Variable in class velox.api.layer1.data.TradeInfo
-
true if this trade starts new order execution chain
- isFullDepth - Variable in class velox.api.layer1.data.InstrumentInfo.BuilderBase
- isFullDepth - Variable in class velox.api.layer1.data.InstrumentInfo
-
True if data provided for instrument is full depth data
- isFullDepth() - Method in class velox.api.layer1.data.InstrumentInfo.BuilderBase
- isGeneric - Variable in class velox.api.layer1.data.SubscribeInfo
-
Indicates whether this symbol represents a generic instrument.
- isHidden - Variable in class velox.api.layer0.credentialscomponents.CredentialsTextField
-
Set true if a field value is not intended to be saved in the configuration file.
- isHidden - Variable in class velox.api.layer1.data.AccountInfo
-
Indicates whether this account is hidden in the UI.
- isHidden() - Method in class velox.api.layer0.credentialscomponents.CredentialsSerializationField
- isHidden() - Method in class velox.api.layer1.data.AccountInfoBuilder
- isHistoricalAggregationDisabled - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
-
By default, Bookmap will aggregate historical data, by setting this flag to true you can disable this functionality.
- isHistoricalAggregationDisabled() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- isKey - Variable in class velox.api.layer0.credentialscomponents.BaseCredentialsComponent
-
see
CredentialsSerializationField.isKey - isKey() - Method in class velox.api.layer0.credentialscomponents.BaseCredentialsComponent
- isKey() - Method in class velox.api.layer0.credentialscomponents.CredentialsSerializationField
- isLineEnabledByDefault - Variable in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
- isListening - Variable in class velox.api.layer0.credentialscomponents.BaseCredentialsComponent
-
Changing its value allows to suspend
BaseCredentialsComponent.settingsChangedListenersin theBaseCredentialsComponent.onStatusChanged()method - isLive() - Static method in class velox.api.layer1.common.RunModeHelper
-
This flag indicates that Bookmap gets the data from the provider, it still can be delayed or replayed by the provider.
- isMarketMode() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- isMbo() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- isMenu() - Method in interface velox.gui.colors.ColorsConfigItem.BackgroundStyle
- isMenu() - Method in interface velox.gui.colors.ColorsConfigItem.InsetsStyle
- isMultiAccountTrading() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- isNbboSupported - Variable in class velox.api.layer1.data.InstrumentInfo.BuilderBase
- isNbboSupported - Variable in class velox.api.layer1.data.InstrumentInfo
-
If this flag is set to true, then this instrument supports NBBO data, and it is possible to create NBBO indicator for the instrument
- isNbboSupported() - Method in class velox.api.layer1.data.InstrumentInfo.BuilderBase
- isNegativeStopLimitOffset() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- isNew - Variable in class velox.api.layer1.messages.UserMessageLayersChainCreatedTargeted
-
Will be true if this is strategy was just added in layer chain, false if it was re-added (e.g.
- ISO_CURRENCY_STYLE - Enum constant in enum class velox.gui.utils.localization.NumberFormatStyle
-
Constant to specify currency style of format which uses currency ISO code to represent currency, for example: "USD3.00".
- isOco() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- isOptimizedDrawingEnabled() - Method in class velox.api.layer1.gui.StatusIconTextField
- isOso() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- isOtc - Variable in class velox.api.layer1.data.TradeInfo
-
true if the trade is OTC
- isPopupAllowed - Variable in class velox.api.layer1.messages.Layer1ApiSoundAlertDeclarationMessage
-
Define whether an alert can have a popup notification
The actual state of the popup notification (on/off) is defined withLayer1ApiAlertSettingsMessage.popup - isPrimary - Variable in class velox.api.layer1.data.AccountInfo
-
Deprecated.each instrument can have its own primary account, and the provider should not set the primary account. For now, it still can be used since TCP selected accounts are synchronized among all instruments for the same provider.
- isPrimary() - Method in class velox.api.layer1.data.AccountInfoBuilder
- isPrimaryAccount(String) - Method in class velox.api.layer1.common.helper.AccountListManager
-
Deprecated.primary can be selected for each instrument separately from GUI. So now the same account can be primary for one instrument and not primary for another.
- isPrimaryAccountOrder(String) - Method in class velox.api.layer1.common.helper.AccountListManager
-
Deprecated.primary account concept is now deprecated. Now it's possible to select and change accounts for each instrument
- isPrimaryAccountOrderOrNull(String) - Method in class velox.api.layer1.common.helper.AccountListManager
-
Deprecated.primary account concept is now deprecated. Now it's possible to select and change accounts for each instrument, so you need to check it for each instrument separately.
- isPrimaryAccountOrNull(String) - Method in class velox.api.layer1.common.helper.AccountListManager
-
Deprecated.primary can be selected for each instrument separately from GUI. So now the same account can be primary for one instrument and not primary for another.
- isRawDataRecordingEnabled() - Static method in class velox.api.layer1.providers.helper.RawDataHelper
-
Check if raw data recording enabled.
- isRealTrading - Variable in class velox.api.layer1.messages.Layer1ApiIsRealTradingMessage
-
Indicates that trading is real or simulated on provider side
- isRealTrading() - Static method in class velox.api.layer1.common.RunModeHelper
-
This flag indicates that all the trading events will be passed to provider, it still can be simulated on provider side.
- isReceiveCrossTradingStatusMessage() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- isRepeated - Variable in class velox.api.layer1.messages.Layer1ApiSoundAlertDeclarationMessage
-
True if alerts described by this declaration are repeated -
Layer1ApiSoundAlertMessage.repeatCount> 1 - isResumed() - Method in class velox.api.layer1.messages.Layer1ApiTimeFreeze
-
Returns true if resumed manually or automatically after
Layer1ApiTimeFreeze.maxFreezeTimeNs. - isReversingPositionHint() - Method in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- isSet() - Static method in class velox.api.layer1.common.RunModeHelper
- isShowColorSettings - Variable in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
- isSimulated - Variable in class velox.api.layer1.data.ExecutionInfo
-
True if execution is simulated by Bookmap.
- isSimulated - Variable in class velox.api.layer1.data.OrderInfo
- isSimulated() - Method in class velox.api.layer1.data.AccountInfo
- isSimulated() - Method in class velox.api.layer1.data.AccountInfoBuilder
- isSimulated() - Method in class velox.api.layer1.data.ExecutionInfoBuilder
- isSimulated() - Method in class velox.api.layer1.data.OrderInfoBuilder
- isSimultaneousReplayMode() - Method in record class velox.api.layer1.messages.Layer1ApiGetStrategyUiConfig.StrategyUiConfig
-
Returns the value of the
isSimultaneousReplayModerecord component. - isSoundAllowed - Variable in class velox.api.layer1.messages.Layer1ApiSoundAlertDeclarationMessage
-
Define whether an alert can have a sound notification
The actual state of the sound notification (on/off) is defined withLayer1ApiAlertSettingsMessage.sound - isStopTriggered() - Method in class velox.api.layer1.data.OrderInfoBuilder
- isStrategyEnabled(String) - Method in interface velox.api.layer1.Layer1ApiInstrumentSpecificEnabledStateProvider
- isSubscirbe - Variable in class velox.api.layer1.messages.Layer1ApiUserMessageSubscribeActiveDepth
-
True if subscribe, false otherwise
- isSupportWidget - Variable in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
-
Some strategies may choose to NOT display themselves as widget Default: true (widget supported)
- isSyntheticInstrument(String) - Method in interface velox.api.layer1.utils.Layer1SyntheticInstrumentProvider
-
Check if instrument with given alias is created by the strategy
- isTargeted() - Method in class velox.api.layer1.messages.UserMessageLayersChainCreatedTargeted
- isTrading() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- isTradingStartKnown() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- isTradingSubscriptionSupported - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
-
Indicates if the trading subscription can be supported, usually it is needed on cross trading.
- isTrailingStopsAsBracketChildren() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- isTrailingStopsAsIndependentOrders() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- isTypeUsedForSubscription() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- isWidgetEnabledByDefault - Variable in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
- isWidgetVisible() - Method in interface velox.api.layer1.layers.strategies.interfaces.WidgetRangeConsumer
K
- kick - Variable in class velox.api.layer1.data.UserPasswordAccountLoginData
-
Deprecated.Kick another connection if platform has connections limit that is exhausted.
- kick - Variable in class velox.api.layer1.data.UserPasswordDemoLoginData
-
Kick another connection if platform has connections limit that is exhausted.
- knownInstruments - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
-
List of instruments to be automatically added to subscription dialog
- knownInstruments - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
L
- L1ErrorSink - Interface in velox.api.layer1
- L1ErrorSink.Callback - Interface in velox.api.layer1
- L1ErrorSink.Factory - Interface in velox.api.layer1
- labels - Variable in class velox.api.layer1.layers.strategies.interfaces.Layer1PriceAxisRangeCalculatable.ResultPriceAxisInfo
- labels - Variable in class velox.api.layer1.utils.CalculatePricesResult
- LARGE_FONT - Static variable in class velox.api.layer0.credentialscomponents.CredentialsComponentUtil
-
Large font for a connection configuration visual element
- lastAggressorBid - Variable in class velox.api.layer1.datastructure.events.TradeAggregationEvent
-
Last trade aggressor (in requested interval).
- lastPrice - Variable in class velox.api.layer1.datastructure.events.TradeAggregationEvent
-
Last trade price (in requested interval).
- lastSize - Variable in class velox.api.layer1.datastructure.events.TradeAggregationEvent
-
Last trade size (in requested interval).
- lastValue - Variable in class velox.api.layer1.utils.CalculatePricesResult
-
Price value corresponding to top pixel of chart
- Layer0CredentialsFieldsManager - Annotation Interface in velox.api.layer0.annotations
-
Annotate Layer0 provider with this to customize the login window.
- Layer0DateLicensed - Annotation Interface in velox.api.layer0.annotations
-
Use this annotation if your module should only be available if it user has corresponding license field set to a date ahead of current date.
- Layer0LiveModule - Annotation Interface in velox.api.layer0.annotations
-
This annotation allows automatic discovery of layer0 module entry points.
- Layer0ProviderType - Annotation Interface in velox.api.layer0.annotations
-
Bookmap will only trust this annotation if provider is signed.
- Layer0ProviderTypeValue - Enum Class in velox.api.layer0.annotations
-
List of provider types.
- Layer0ReplayModule - Annotation Interface in velox.api.layer0.annotations
-
This annotation allows automatic discovery of layer0 module entry points.
- Layer1ActionMapper - Interface in velox.api.layer1.actions
-
Implement this interface if a strategy wants to register external actions
Layer1ExternalActionin Bookmap action system.
Bookmap looks for this interface when loading strategies. - Layer1ActionMetadata - Annotation Interface in velox.api.layer1.actions.annotations
-
Mark your
Layer1ExternalActionimplementations with this annotation. - Layer1ActionMetadataList - Annotation Interface in velox.api.layer1.actions.annotations
-
Allows declaring multiple
Layer1ActionMetadataannotations over action class. - Layer1ActionsContainer - Class in velox.api.layer1.actions
-
This class is used to register strategy actions.
- Layer1ActionsContainer(Set<Layer1ExternalAction>) - Constructor for class velox.api.layer1.actions.Layer1ActionsContainer
- Layer1ApiAccountIdConvertMessage - Class in velox.api.layer1.messages
-
IS USED ONLY IN THE EMBEDDED Is received by providers through
Layer1ApiAdminProvider.sendUserMessage(Object)when account info from embedded client needs to be converted intoAccountInfo.idthat the adapter sent before usingTradingAccountsInfoMessage. - Layer1ApiAccountIdConvertMessage(String, String) - Constructor for class velox.api.layer1.messages.Layer1ApiAccountIdConvertMessage
- Layer1ApiAccountIdConvertMessage.AccountFound - Class in velox.api.layer1.messages
- Layer1ApiAccountIdConvertMessage.AccountNotFound - Class in velox.api.layer1.messages
-
Provider should send the callback using
Layer1ApiAdminListener.onUserMessage(Object)if the account was not found by providedLayer1ApiAccountIdConvertMessage.additionalAccountInfo - Layer1ApiAccountIdConvertMessage.Callback - Class in velox.api.layer1.messages
- Layer1ApiAdapter - Interface in velox.api.layer1
-
Extends all possible Layer1 listeners.
- Layer1ApiAdditionalLoginDataMessage - Class in velox.api.layer1.messages
-
Is received by providers when sending additional login data through
Layer1ApiAdminProvider.sendUserMessage(Object). - Layer1ApiAdditionalLoginDataMessage(Map<String, CredentialsSerializationField>, String, boolean) - Constructor for class velox.api.layer1.messages.Layer1ApiAdditionalLoginDataMessage
- Layer1ApiAdditionalLoginDataMessage.Callback - Class in velox.api.layer1.messages
- Layer1ApiAdditionalLoginDataMessage.LoginFailedCallback - Class in velox.api.layer1.messages
- Layer1ApiAdditionalLoginDataMessage.LoginSuccessfulCallback - Class in velox.api.layer1.messages
- Layer1ApiAdditionalLoginDataRequestMessage - Class in velox.api.layer1.messages
-
WORKS ONLY IN THE EMBEDDED The request that is sent by provider through
Layer1ApiAdminListener.onUserMessage(Object)if it needs some additioanl login data. - Layer1ApiAdditionalLoginDataRequestMessage() - Constructor for class velox.api.layer1.messages.Layer1ApiAdditionalLoginDataRequestMessage
- Layer1ApiAdditionalLoginDataRequestMessage(Object) - Constructor for class velox.api.layer1.messages.Layer1ApiAdditionalLoginDataRequestMessage
- Layer1ApiAdminAdapter - Interface in velox.api.layer1
-
Provides default empty implementations.
- Layer1ApiAdminListenable - Interface in velox.api.layer1
- Layer1ApiAdminListener - Interface in velox.api.layer1
-
Listens to general events, such as login results, disconnections, warnings, etc.
- Layer1ApiAdminProvider - Interface in velox.api.layer1
-
Class implementing this should provide general Layer1 Api functions.
- Layer1ApiAdvancedGeneratorCreator - Interface in velox.api.layer1
-
Deprecated.Do not use this class, use
Layer1ApiNotReloadedOnSettingsChangeinstead.
Although the generator will still work after restarting the addon, if you implement this interface, classloader for this generator will be closed, which could raise aClassNotFoundException - Layer1ApiAlertGuiMessage - Class in velox.api.layer1.messages
-
Use this message to send GUI panels for configuration of
Layer1ApiSoundAlertMessage's, created by your addon (specified viaLayer1ApiAlertGuiMessage.source). - Layer1ApiAlertGuiMessage.Builder - Class in velox.api.layer1.messages
- Layer1ApiAlertSettingsMessage - Class in velox.api.layer1.messages
-
Bookmap sends this message to the addon, if a user changed alert settings via GUI.
- Layer1ApiAlertSettingsMessage.Builder - Class in velox.api.layer1.messages
- Layer1ApiBasicListenable - Class in velox.api.layer1
- Layer1ApiBasicListenable() - Constructor for class velox.api.layer1.Layer1ApiBasicListenable
- Layer1ApiChangeSelectedAccountMessage - Class in velox.api.layer1.messages
-
Request to change the selected account in the Trading Control Panel.
Send viaLayer1ApiAdminProvider.sendUserMessage(Object) - Layer1ApiChangeSelectedAccountMessage(String, String, Layer1ApiTradingMessageWithCallback.TradingMessageResponseListener) - Constructor for class velox.api.layer1.messages.Layer1ApiChangeSelectedAccountMessage
- Layer1ApiChangeTradingModeMessage - Class in velox.api.layer1.messages
-
Deprecated.This message is deprecated and won't be processed since 7.7.
It is deprecated because of new multi-account concept. With the new multi-account concept, there are no trading mode anymore.
Now, trading could be either enabled or disabled from the Trading Control Panel.
To enable/disable trading via the API If the trading is enabled, both CHART and DOM trading is enabled.
To enable trading, the account for trading must be selected.
To disable trading, the account for trading must be deselected. - Layer1ApiChangeTradingModeMessage(String, boolean, Layer1ApiChangeTradingModeMessage.Mode, Layer1ApiTradingMessageWithCallback.TradingMessageResponseListener) - Constructor for class velox.api.layer1.messages.Layer1ApiChangeTradingModeMessage
-
Deprecated.
- Layer1ApiChangeTradingModeMessage.Mode - Enum Class in velox.api.layer1.messages
-
Deprecated.The mode to be enabled or disabled in the Trade Control Panel
- Layer1ApiDataAdapter - Interface in velox.api.layer1
-
Provides default empty implementations.
- Layer1ApiDataInterfaceRequestMessage - Class in velox.api.layer1.messages.indicators
-
Message to request interface to interact with data structure
You might want to invalidate current indicators once you receive yourLayer1ApiDataInterfaceRequestMessage - Layer1ApiDataInterfaceRequestMessage(Consumer<DataStructureInterface>) - Constructor for class velox.api.layer1.messages.indicators.Layer1ApiDataInterfaceRequestMessage
- Layer1ApiDataListenable - Interface in velox.api.layer1
- Layer1ApiDataListener - Interface in velox.api.layer1
-
Listener for trading events
- Layer1ApiDataProvider - Interface in velox.api.layer1
-
Class implementing this should provide trade/depth data to subscribers
- Layer1ApiDepthFreezer - Class in velox.api.layer1.layers
- Layer1ApiDepthFreezer(Layer1ApiProvider) - Constructor for class velox.api.layer1.layers.Layer1ApiDepthFreezer
- Layer1ApiDepthFreezer.DepthFreezeRequest - Class in velox.api.layer1.layers
- Layer1ApiDisableOnLoad - Annotation Interface in velox.api.layer1.annotations
-
Marks strategy that can not be auto enabled on load based on settings, no matter what it's previous state was
- Layer1ApiFinishable - Interface in velox.api.layer1
-
Every strategy should implement this interface
Defines action when strategy is being unloaded (removing added GUI, disposing dialogs, etc) - Layer1ApiGetAliasMessage - Class in velox.api.layer1.messages
-
Request for alias generation based on symbol, exchange, type.
- Layer1ApiGetAliasMessage(String, String, String) - Constructor for class velox.api.layer1.messages.Layer1ApiGetAliasMessage
- Layer1ApiGetAliasMessage(InstrumentCoreInfo) - Constructor for class velox.api.layer1.messages.Layer1ApiGetAliasMessage
- Layer1ApiGetStrategyUiConfig - Class in velox.api.layer1.messages
-
Addon sends this message to get
Layer1ApiGetStrategyUiConfig.StrategyUiConfig. - Layer1ApiGetStrategyUiConfig() - Constructor for class velox.api.layer1.messages.Layer1ApiGetStrategyUiConfig
- Layer1ApiGetStrategyUiConfig.StrategyUiConfig - Record Class in velox.api.layer1.messages
- Layer1ApiHistoricalDataLoadedMessage - Class in velox.api.layer1.messages
-
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 now - Layer1ApiHistoricalDataLoadedMessage(String) - Constructor for class velox.api.layer1.messages.Layer1ApiHistoricalDataLoadedMessage
- Layer1ApiIgnorableDownwardMessage - Interface in velox.api.layer1.messages
-
Used to mark classes that are not required to be intercepted before reaching lower (provider) end of the chain.
- Layer1ApiInjectorRelay - Class in velox.api.layer1.layers
-
This relay is also capable of injecting messages into provider -> gui stream in asynchronous manner.
- Layer1ApiInjectorRelay(Layer1ApiProvider) - Constructor for class velox.api.layer1.layers.Layer1ApiInjectorRelay
- Layer1ApiInstrumentAdapter - Interface in velox.api.layer1
-
Provides default empty implementations.
- Layer1ApiInstrumentListenable - Interface in velox.api.layer1
- Layer1ApiInstrumentListener - Interface in velox.api.layer1
-
Listener for instrument events
- Layer1ApiInstrumentProvider - Interface in velox.api.layer1
-
Class implementing this should provide ability to work with instruments
- Layer1ApiInstrumentSpecificEnabledStateProvider - Interface in velox.api.layer1
-
If this interface is implemented, when strategy checkbox is selected/deselected in Studies config / Strategy config dialog, strategy will not be loaded/unloaded, instead it will be notified via this interface
- Layer1ApiIsRealTradingMessage - Class in velox.api.layer1.messages
-
Is used for statistics only
- Layer1ApiIsRealTradingMessage(boolean) - Constructor for class velox.api.layer1.messages.Layer1ApiIsRealTradingMessage
- Layer1ApiListener - Interface in velox.api.layer1
-
Extends all possible Layer1 listeners.
- Layer1ApiLookUpInstrumentSubscribeInfoMessage - Class in velox.api.layer1.messages
- Layer1ApiLookUpInstrumentSubscribeInfoMessage(String, SubscribeInfo) - Constructor for class velox.api.layer1.messages.Layer1ApiLookUpInstrumentSubscribeInfoMessage
- Layer1ApiLookUpInstrumentSubscribeInfoMessage.Callback - Class in velox.api.layer1.messages
- Layer1ApiLookUpInstrumentSubscribeInfoMessage.SubscribeInfoNotFound - Class in velox.api.layer1.messages
- Layer1ApiLookUpInstrumentSubscribeInfoMessage.SubscribeInfoResponse - Class in velox.api.layer1.messages
- Layer1ApiMboDataAdapter - Interface in velox.api.layer1
-
Provides default empty implementations
- Layer1ApiMboDataListenable - Interface in velox.api.layer1
- Layer1ApiMboDataListener - Interface in velox.api.layer1
-
Listener for MBO events
- Layer1ApiMboDataProvider - Interface in velox.api.layer1
-
Class implementing this should provide MBO data to subscribers
- Layer1ApiNotReloadedOnSettingsChange - Interface in velox.api.layer1
-
If add-on implement this interface than it will be not unloaded and then loaded again when user has reset chart settings.
- Layer1ApiPositionCloseCompleteMessage - Class in velox.api.layer1.messages
-
Notify bookmap that previous order sent with
SimpleOrderSendParameters.closingPositionHintwas processed successfully - Layer1ApiPositionCloseCompleteMessage(String) - Constructor for class velox.api.layer1.messages.Layer1ApiPositionCloseCompleteMessage
- Layer1ApiProvider - Interface in velox.api.layer1
-
Extends all possible Layer1 provider aspect interfaces.
- Layer1ApiProviderSupportedFeatures - Class in velox.api.layer1.data
-
Key differences between providers should be described by this class.
- Layer1ApiProviderSupportedFeatures.ClientSideFeature - Enum Class in velox.api.layer1.data
-
Features that are implemented on the client side.
- Layer1ApiProviderSupportedFeatures.OrderDurationRequestParameters - Record Class in velox.api.layer1.data
- Layer1ApiProviderSupportedFeatures.SupportedOcoFeature - Enum Class in velox.api.layer1.data
- Layer1ApiProviderSupportedFeatures.SupportedOrderDurationsBundle - Record Class in velox.api.layer1.data
-
Supported limit and stop durations for instrument.
- Layer1ApiProviderSupportedFeaturesBuilder - Class in velox.api.layer1.data
-
See fields meaning in
Layer1ApiProviderSupportedFeatures - Layer1ApiProviderSupportedFeaturesBuilder() - Constructor for class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
-
Creates a new instance with all features marked as unsupported
- Layer1ApiPublic - Annotation Interface in velox.api.layer1.annotations
-
Items marked with this annotation are exposed as part of L1 API.
- Layer1ApiRelay - Class in velox.api.layer1.layers
-
Good starting point for all injectable strategies.
- Layer1ApiRelay(Layer1ApiProvider) - Constructor for class velox.api.layer1.layers.Layer1ApiRelay
- Layer1ApiRelay(Layer1ApiProvider, boolean) - Constructor for class velox.api.layer1.layers.Layer1ApiRelay
- Layer1ApiRequestCurrentTimeEvents - Class in velox.api.layer1.messages
-
Providers 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 with
CurrentTimeUserMessage.isEventsSkipped= true flag will be sent - Layer1ApiRequestCurrentTimeEvents(boolean, long, long) - Constructor for class velox.api.layer1.messages.Layer1ApiRequestCurrentTimeEvents
- Layer1ApiRestartHistoricalServer - Class in velox.api.layer1.messages.historicalserver
-
This message can be used if you need to restart server due to some error, like failing to obtain instrument list from provider due to network error
Note that you can specify time to wait before restart happens (none by default) - Layer1ApiRestartHistoricalServer() - Constructor for class velox.api.layer1.messages.historicalserver.Layer1ApiRestartHistoricalServer
- Layer1ApiRestartHistoricalServer(long) - Constructor for class velox.api.layer1.messages.historicalserver.Layer1ApiRestartHistoricalServer
- Layer1ApiSetOrderSizeMessage - Class in velox.api.layer1.messages
-
Requests to change the order size in the Trading Control Panel.
- Layer1ApiSetOrderSizeMessage(String, int, Layer1ApiTradingMessageWithCallback.TradingMessageResponseListener) - Constructor for class velox.api.layer1.messages.Layer1ApiSetOrderSizeMessage
- Layer1ApiShowAlertPanelMessage - Class in velox.api.layer1.messages
-
Show alert panel to user if it's currently not shown
- Layer1ApiShowAlertPanelMessage() - Constructor for class velox.api.layer1.messages.Layer1ApiShowAlertPanelMessage
- Layer1ApiShowBottomPanel - Class in velox.api.layer1.messages
-
Show bottom panel to user if it's currently not shown
- Layer1ApiShowBottomPanel(String) - Constructor for class velox.api.layer1.messages.Layer1ApiShowBottomPanel
- Layer1ApiShowShortcutPanelMessage - Class in velox.api.layer1.messages
-
Show shortcut panel to user if it's currently not shown
- Layer1ApiShowShortcutPanelMessage() - Constructor for class velox.api.layer1.messages.Layer1ApiShowShortcutPanelMessage
- Layer1ApiShowShortcutPanelMessage(String[]) - Constructor for class velox.api.layer1.messages.Layer1ApiShowShortcutPanelMessage
- Layer1ApiSoundAlertCancelMessage - Class in velox.api.layer1.messages
-
Cancels all messages that are currently pending, that match filter.
- Layer1ApiSoundAlertCancelMessage(Class<?>, Layer1ApiSoundAlertCancelMessage.Layer1ApiSoundMessagesFilter) - Constructor for class velox.api.layer1.messages.Layer1ApiSoundAlertCancelMessage
- Layer1ApiSoundAlertCancelMessage.Layer1ApiSoundMessagesFilter - Interface in velox.api.layer1.messages
- Layer1ApiSoundAlertDeclarationMessage - Class in velox.api.layer1.messages
-
Use this message to declare your addon intents of sending alerts to a user.
- Layer1ApiSoundAlertDeclarationMessage.Builder - Class in velox.api.layer1.messages
- Layer1ApiSoundAlertMessage - Class in velox.api.layer1.messages
-
This message triggers Bookmap to show a notification/play sound alert.
- Layer1ApiSoundAlertMessage(byte[], String, long, Duration, Layer1ApiSoundAlertMessage.SoundAlertStatusListener, Class<?>, Object) - Constructor for class velox.api.layer1.messages.Layer1ApiSoundAlertMessage
-
Deprecated.This constructor does not provide the full functionality
Use
Layer1ApiSoundAlertMessage.Builderinstead - Layer1ApiSoundAlertMessage(String) - Constructor for class velox.api.layer1.messages.Layer1ApiSoundAlertMessage
-
Deprecated.
Use
Layer1ApiSoundAlertCancelMessageinstead - Layer1ApiSoundAlertMessage.Builder - Class in velox.api.layer1.messages
-
Builder to build
Layer1ApiSoundAlertMessage. - Layer1ApiSoundAlertMessage.SoundAlertStatus - Enum Class in velox.api.layer1.messages
- Layer1ApiSoundAlertMessage.SoundAlertStatusListener - Interface in velox.api.layer1.messages
- Layer1ApiStrategiesEchoMessagesLayer - Class in velox.api.layer1.layers
-
If message of type
Layer1ApiStrategiesEchoMessagesLayer.StrategyEchoMessageis sent usingLayer1ApiAdminProvider.sendUserMessage(Object)Layer1ApiStrategiesEchoMessagesLayerwill send it back withLayer1ApiAdminListener.onUserMessage(Object)} It will be done in ASYNCHRONOUS manner. - Layer1ApiStrategiesEchoMessagesLayer(Layer1ApiProvider) - Constructor for class velox.api.layer1.layers.Layer1ApiStrategiesEchoMessagesLayer
- Layer1ApiStrategiesEchoMessagesLayer.StrategyEchoMessageFromGui - Interface in velox.api.layer1.layers
- Layer1ApiStrategiesEchoMessagesLayer.StrategyEchoMessageFromLayer - Interface in velox.api.layer1.layers
- Layer1ApiStrategyMessageSymboled - Interface in velox.api.layer1.messages
- Layer1ApiTimeFreeze - Class in velox.api.layer1.messages
-
Request to freeze time temporarily.
- Layer1ApiTimeFreeze(long, Class<?>) - Constructor for class velox.api.layer1.messages.Layer1ApiTimeFreeze
-
Create new freeze request.
- Layer1ApiTimeSource - Interface in velox.api.layer1.layers
-
Allows taking a shortcut when responding to
Layer1ApiAdminProvider.getCurrentTime(). - Layer1ApiTimeSource.Layer1TimeSourceShortcutAllowed - Annotation Interface in velox.api.layer1.layers
-
Mark
Layer1ApiAdminProvider.getCurrentTime()implementation with this to confirm you are supporting the shortcut - Layer1ApiTradingAdapter - Interface in velox.api.layer1
-
Provides default empty implementations.
- Layer1ApiTradingListenable - Interface in velox.api.layer1
- Layer1ApiTradingListener - Interface in velox.api.layer1
-
Listener for order routing.
- Layer1ApiTradingMessageWithCallback - Class in velox.api.layer1.messages
- Layer1ApiTradingMessageWithCallback(Layer1ApiTradingMessageWithCallback.TradingMessageResponseListener, String) - Constructor for class velox.api.layer1.messages.Layer1ApiTradingMessageWithCallback
- Layer1ApiTradingMessageWithCallback.Response - Enum Class in velox.api.layer1.messages
-
The response, which can be received via
Layer1ApiTradingMessageWithCallback.TradingMessageResponseListener - Layer1ApiTradingMessageWithCallback.TradingMessageResponseListener - Interface in velox.api.layer1.messages
-
Is used to receive a
Layer1ApiTradingMessageWithCallback.ResponseafterLayer1ApiTradingMessageWithCallbackwas processed - Layer1ApiTradingProvider - Interface in velox.api.layer1
-
Class implementing this should provide ability to work with orders
- Layer1ApiUpstreamRelay - Class in velox.api.layer1.layers
- Layer1ApiUpstreamRelay() - Constructor for class velox.api.layer1.layers.Layer1ApiUpstreamRelay
- Layer1ApiUserInterModuleMessage - Interface in velox.api.layer1.messages
- Layer1ApiUserMessageAddStrategyUpdateGenerator - Class in velox.api.layer1.messages
-
Used to add/remove custom update generators
Important: usesendUserMessagewhen sending fromLayer1Attachable,Layer1SimpleAttachableorLayer1Injectablebut useonUserMessagefromLayer1UpstreamDataEditor
When generator is added with this message, custom events will be generated for past history - this can take some time. - Layer1ApiUserMessageAddStrategyUpdateGenerator(Class<?>, String, boolean, boolean, boolean, StrategyUpdateGenerator, GeneratedEventInfo[]) - Constructor for class velox.api.layer1.messages.Layer1ApiUserMessageAddStrategyUpdateGenerator
- Layer1ApiUserMessageAddStrategyUpdateGenerator(Class<?>, String, boolean, boolean, StrategyUpdateGenerator, GeneratedEventInfo[]) - Constructor for class velox.api.layer1.messages.Layer1ApiUserMessageAddStrategyUpdateGenerator
- Layer1ApiUserMessageModifyActionToAllInstruments - Class in velox.api.layer1.messages
-
Adds new action to dropdown menu for every instrument in ControlGui
- Layer1ApiUserMessageModifyActionToAllInstruments(String, boolean) - Constructor for class velox.api.layer1.messages.Layer1ApiUserMessageModifyActionToAllInstruments
- Layer1ApiUserMessageModifyIndicator - Class in velox.api.layer1.messages.indicators
-
Describes adding or removing indicator Note that you need to remember
Layer1ApiUserMessageModifyIndicator.fullName. - Layer1ApiUserMessageModifyIndicator(Class<?>, String, boolean) - Constructor for class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
-
Note that you need to remember
Layer1ApiUserMessageModifyIndicator.fullName. - Layer1ApiUserMessageModifyIndicator(Class<?>, String, boolean, IndicatorColorScheme, Layer1IndicatorColorInterface, IndicatorLineStyle, Color, Color, IndicatorDisplayLogic, Double, Double, Double, BoundsInfo, Layer1ApiUserMessageModifyIndicator.GraphType, Boolean, Boolean, Boolean, OnlineCalculatable, AliasFilter) - Constructor for class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
-
Note that you need to remember
Layer1ApiUserMessageModifyIndicator.fullName. - Layer1ApiUserMessageModifyIndicator(Layer1ApiUserMessageModifyIndicator) - Constructor for class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
- Layer1ApiUserMessageModifyIndicator(Layer1ApiUserMessageModifyIndicator, boolean) - Constructor for class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
-
Copy of message with overriden isAdd
- Layer1ApiUserMessageModifyIndicator.Builder - Class in velox.api.layer1.messages.indicators
-
Builder to build
Layer1ApiUserMessageModifyIndicator. - Layer1ApiUserMessageModifyIndicator.GraphType - Enum Class in velox.api.layer1.messages.indicators
- Layer1ApiUserMessageModifyIndicator.LayerRenderPriority - Enum Class in velox.api.layer1.messages.indicators
- Layer1ApiUserMessageModifyScreenSpacePainter - Class in velox.api.layer1.messages.indicators
-
Describes adding or removing a screen-space painter Note that you need to remember
Layer1ApiUserMessageModifyScreenSpacePainter.fullName. - Layer1ApiUserMessageModifyScreenSpacePainter.Builder - Class in velox.api.layer1.messages.indicators
-
Builder to build
Layer1ApiUserMessageModifyScreenSpacePainter. - Layer1ApiUserMessageModifyStrategiesMainMenu - Class in velox.api.layer1.messages
-
Deprecated.for a few reasons: it's not safe to use without user code wrapping and seems not used by any add-on developers, so it's not supported any more
- Layer1ApiUserMessageModifyStrategiesMainMenu(String, boolean, Set<Layer1ApiUserMessageModifyStrategiesMainMenu.MenuDescription>) - Constructor for class velox.api.layer1.messages.Layer1ApiUserMessageModifyStrategiesMainMenu
-
Deprecated.
- Layer1ApiUserMessageModifyStrategiesMainMenu.MenuDescription - Interface in velox.api.layer1.messages
-
Deprecated.Describes single menu item that is created by this message
- Layer1ApiUserMessageNotification - Class in velox.api.layer1.messages
-
Can 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) - Layer1ApiUserMessageNotification(String, long, String, boolean, int, Runnable) - Constructor for class velox.api.layer1.messages.Layer1ApiUserMessageNotification
- Layer1ApiUserMessageReadCatchupDataFinished - Class in velox.api.layer1.messages
-
This message is generated after a reading of catch up data is finished.
- Layer1ApiUserMessageReadCatchupDataFinished(String, Layer1ApiUserMessageReadCatchupDataFinished.Reason) - Constructor for class velox.api.layer1.messages.Layer1ApiUserMessageReadCatchupDataFinished
- Layer1ApiUserMessageReadCatchupDataFinished.Reason - Enum Class in velox.api.layer1.messages
- Layer1ApiUserMessageReloadStrategyGui - Class in velox.api.layer1.messages
-
For all opened dialogs with strategies settings, GUI elements will be reloaded
- Layer1ApiUserMessageReloadStrategyGui() - Constructor for class velox.api.layer1.messages.Layer1ApiUserMessageReloadStrategyGui
- Layer1ApiUserMessageSubscribeActiveDepth - Class in velox.api.layer1.messages
- Layer1ApiUserMessageSubscribeActiveDepth(boolean, Layer1ApiUserMessageSubscribeActiveDepth.ActiveDepthListener) - Constructor for class velox.api.layer1.messages.Layer1ApiUserMessageSubscribeActiveDepth
- Layer1ApiUserMessageSubscribeActiveDepth.ActiveDepthListener - Interface in velox.api.layer1.messages
- Layer1ApiVersion - Annotation Interface in velox.api.layer1.annotations
-
Accepts integer value specifying API version that was used to write this module.
- Layer1ApiVersionValue - Enum Class in velox.api.layer1.annotations
-
List of API versions.
- Layer1Attachable - Annotation Interface in velox.api.layer1.annotations
-
Marks classes that can be loaded from GUI as a strategy.
When strategy is loaded and is correctly injected in layers chain, it will receive
UserMessageLayersChainCreatedTargetedmessage viaLayer1ApiAdminListener.onUserMessage(Object)(you need to implement it)
After this, you can interact withLayer1ApiProvider, received in your constructor.
When strategy is no longer in layers chain,Layer1ApiFinishable.finish()will be called (you need to implement it)
You can interact withLayer1ApiProviderinsideLayer1ApiFinishable.finish()method.
After method is completed, you can not interact withLayer1ApiProvider.
Please note, that interacting withLayer1ApiProviderafterLayer1ApiFinishable.finish()was called will result in exception. - Layer1ChartControlVisbility - Annotation Interface in velox.api.layer1.annotations
-
User will be able to control this strategy (enable/disable) via visibility popup menu
Note that this menu is intended to control only visual components present on main chart, not bottom panel - Layer1ConfigSettingsInterface - Interface in velox.api.layer1.settings
-
Implement this interface if you want your strategy to receive interface to save/load settings from Bookmap config
- Layer1CustomPanelsGetter - Interface in velox.api.layer1
-
Implement this interface if you want strategy to show custom panels when selected in strategies dialog
- Layer1DefaultAlertIcons - Class in velox.api.layer1.gui
- Layer1Descripted - Interface in velox.api.layer1
-
Implement this interface if you want your strategy to display description in strategies dialog
- Layer1ExternalAction - Interface in velox.api.layer1.actions
-
Represents an action that will be register in Bookmap action system.
- Layer1GlobalStorage - Class in velox.api.layer1.common
-
Global storage.
- Layer1GlobalStorage() - Constructor for class velox.api.layer1.common.Layer1GlobalStorage
- Layer1IndicatorColorInterface - Interface in velox.api.layer1.layers.strategies.interfaces
- Layer1Injectable - Annotation Interface in velox.api.layer1.annotations
-
Marks classes that can be loaded from GUI as a strategy.
Class will be injected in layers chain.
When strategy is loaded and is correctly injected in layers chain, it will recieve
UserMessageLayersChainCreatedTargetedmessage viaLayer1ApiAdminListener.onUserMessage(Object)(you need to implement it)
After this, you can interact withLayer1ApiProvider, received in your construtor.
When strategy is no longer in layers chain,Layer1ApiFinishable.finish()will be called (you need to implement it)
You can interact withLayer1ApiProviderinsideLayer1ApiFinishable.finish()method.
After method is completed, you can not interact withLayer1ApiProvider.
Please note, that interacting withLayer1ApiProviderafterLayer1ApiFinishable.finish()was called will result in exception. - Layer1InjectionOrder - Annotation Interface in velox.api.layer1.annotations
-
Specifies the order of injection of strategies in the layers chain.
- Layer1InternallyControllingEnable - Interface in velox.api.layer1
-
Deprecated.
- Layer1InternallyControllingEnable.InvalidateIsEnabledCallback - Interface in velox.api.layer1
-
Deprecated.
- Layer1LocalizationBundle - Annotation Interface in velox.api.layer1.annotations
-
The general name of the bundle containing the translation.
This bundle will be used to resolve translationKeys in others' annotations.
If the translationKey is not found in the given bundle then it will be displayed as is.
In the current version it is applied only toLayer1ActionMetadata.name()andLayer1ActionMetadata.groups()values.
It is allowed to use translationKeys and plain text values at the same time in those annotations. - Layer1LocalizationInterface - Interface in velox.api.layer1.localization
-
Use this interface if you want to localize your addon and be in sync with Bookmap locale
- Layer1MultiAccountTradingSupported - Annotation Interface in velox.api.layer1.annotations
-
Indicates that the marked strategy supports data from multiple trading accounts to be received.
- Layer1PriceAxisRangeCalculatable - Interface in velox.api.layer1.layers.strategies.interfaces
-
Implement this interface if you want to manually calculate price axis ranges for your indicators
- Layer1PriceAxisRangeCalculatable.InputPriceAxisInfo - Class in velox.api.layer1.layers.strategies.interfaces
-
Range of values for this indicator [minValue, maxValue]
- Layer1PriceAxisRangeCalculatable.ResultPriceAxisInfo - Class in velox.api.layer1.layers.strategies.interfaces
- Layer1SimpleAttachable - Annotation Interface in velox.api.layer1.annotations
-
Marks classes that can be loaded from GUI as a strategy.
Simplified version of Layer1 API, for more advanced (but more complex) version useLayer1Attachable - Layer1StrategyAddInterface - Interface in velox.api.layer1.layers.strategies.interfaces
- Layer1StrategyDateLicensed - Annotation Interface in velox.api.layer1.annotations
-
Use this annotation if your strategy should only be available if it user has corresponding license field set to a date ahead of current date.
- Layer1StrategyName - Annotation Interface in velox.api.layer1.annotations
-
Specifies a name for strategy that will be displayed in strategies dialog
- Layer1SyntheticInstrumentProvider - Interface in velox.api.layer1.utils
-
The strategy should implement this interface if it creates synthetic instruments
- Layer1TradingStrategy - Annotation Interface in velox.api.layer1.annotations
-
Mark strategy as trading strategy, not allowing it to be used in non demo real trading
- Layer1UpstreamDataEditor - Annotation Interface in velox.api.layer1.annotations
-
Tells bookmap that strategy will be modifying upstream data (e.g.
- Layer1UserLicenseFieldsInterface - Interface in velox.api.layer1.settings
-
Implement this interface if you want your strategy, layer0 provider or
CredentialsFieldManagerto receive user license fields related to it - Layer1WidgetRangeInterface - Interface in velox.api.layer1.layers.strategies.interfaces
- LayerApiListenable - Interface in velox.api.layer1
- LEGACY_DEMO_ALIAS - Static variable in class velox.api.layer0.credentialscomponents.CredentialsComponentUtil
-
Legacy name for demo checkbox
- LEGACY_PASSWORD_ALIAS - Static variable in class velox.api.layer0.credentialscomponents.CredentialsComponentUtil
-
Legacy name for password
- LEGACY_USERNAME_ALIAS - Static variable in class velox.api.layer0.credentialscomponents.CredentialsComponentUtil
-
Legacy name for username
- levelAsInt - Variable in enum class velox.api.layer1.common.Log.LogLevel
-
Integer representing log level.
- levels(boolean) - Method in class velox.api.layer1.layers.utils.OrderBook
- levels(boolean, int, boolean, int, boolean) - Method in class velox.api.layer1.layers.utils.OrderBook
- levels(boolean, int, int) - Method in class velox.api.layer1.layers.utils.OrderBook
- Lifecycle - Search tag in class velox.api.layer0.live.ExternalLiveBaseProvider
- Section
- Lifecycle - Search tag in class velox.api.layer0.replay.ExternalReaderBaseProvider
- Section
- limitPrice - Variable in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- limitPrice - Variable in class velox.api.layer1.data.OrderInfo
- limitPrice - Variable in class velox.api.layer1.data.OrderMoveParameters
-
New limit price, NaN if order does not have a limit price
- limitPrice - Variable in class velox.api.layer1.data.SimpleOrderSendParameters
-
Limit price for limit and stop-limit orders, NaN for market orders
- limitPriceChanged - Variable in class velox.api.layer1.data.OrderInfoUpdate
- limitsCalculator - Variable in class velox.api.layer1.messages.indicators.IndicatorDisplayLogic
- LimitsCalculator - Interface in velox.api.layer1.messages.indicators
-
Custom logic for calculating display limits for indicator that has given minimum and maximum values in displayed range
Note: this logic will be only partially work in conjunctions withLayer1ApiUserMessageModifyIndicator.indicatorMinMarginPriceOutandLayer1ApiUserMessageModifyIndicator.indicatorMaxMarginPriceOut. Returned limits will be readjusted to meet requirement from this values - LimitsResponse - Class in velox.api.layer1.messages.indicators
-
Describe calculated limits range
- LimitsResponse(double, double) - Constructor for class velox.api.layer1.messages.indicators.LimitsResponse
-
[minValue maxValue] calculated limits
- LineBreaker - Class in velox.api.layer1.layers.strategies.interfaces
-
Line will not be drawn in this pixel.
- LineBreaker() - Constructor for class velox.api.layer1.layers.strategies.interfaces.LineBreaker
- lineColor - Variable in class velox.api.layer0.data.IndicatorDefinitionUserMessage
-
Deprecated.
- ListenableHelper - Class in velox.api.layer1.common
- ListenableHelper() - Constructor for class velox.api.layer1.common.ListenableHelper
- listener - Variable in class velox.api.layer1.messages.Layer1ApiTradingMessageWithCallback
- listener - Variable in class velox.api.layer1.messages.Layer1ApiUserMessageSubscribeActiveDepth
- Listen for declarations messages with a flag isAdd = false - Search tag in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage
- Section
- LMT - Enum constant in enum class velox.api.layer1.data.OrderType
- localizationKey() - Element in annotation interface velox.api.layer0.annotations.Layer0LiveModule
-
Key for localization of the provider name.
- localizationKey() - Element in annotation interface velox.api.layer1.annotations.Layer1StrategyName
-
Key for localization of strategy name.
- LocalizationUtils - Class in velox.gui.utils.localization
-
Some util method for trivial localization tasks
- LocalizationUtils() - Constructor for class velox.gui.utils.localization.LocalizationUtils
- LocalizedBundle - Interface in velox.gui.utils.localization
-
This class use ICU message format for handling of localized text, you can get info about it here:
MessageFormat, icu-user guide - LocalizedBundleProvider - Interface in velox.api.layer1.localization
- LocalizedTextUtils - Class in velox.gui.utils.localization
-
Utility class for work with Unicode strings.
Contains methods for work with the user-perceived characters insead of Unicode code points.
For more info see UAX #29: Unicode Text Segmentation#Grapheme Cluster Boundaries - LocalizedTextUtils() - Constructor for class velox.gui.utils.localization.LocalizedTextUtils
- localizeListCellRenderer(ListCellRenderer<? super E>) - Static method in class velox.gui.utils.localization.LocalizationUtils
-
Wraps supplied renderer.
- localizeListCellRenderer(ListCellRenderer<? super E>, Function<E, String>) - Static method in class velox.gui.utils.localization.LocalizationUtils
-
Wraps supplied renderer.
- log(Log.LogLevel, String, String, Throwable) - Method in interface velox.api.layer1.common.Log.LogListener
- log(Log.LogLevel, String, String, Throwable) - Method in class velox.api.layer1.common.Log.SimpleConsoleLogger
- Log - Class in velox.api.layer1.common
-
Allows you to write messages to bookmap log, all methods with suffix "Fmt" should follow slf4j arguments passing rules.
- Log() - Constructor for class velox.api.layer1.common.Log
- Log.LogLevel - Enum Class in velox.api.layer1.common
- Log.LogListener - Interface in velox.api.layer1.common
- Log.SimpleConsoleLogger - Class in velox.api.layer1.common
- login(LoginData) - Method in interface velox.api.layer1.Layer1ApiAdminProvider
-
Initiate login to the platform.
- login(LoginData) - Method in class velox.api.layer1.layers.Layer1ApiRelay
- LoginData - Interface in velox.api.layer1.data
-
Classes that contain login information for specific platforms extend this
- LoginFailedCallback(LoginFailedReason, String) - Constructor for class velox.api.layer1.messages.Layer1ApiAdditionalLoginDataMessage.LoginFailedCallback
-
Provider should send the callback using
Layer1ApiAdminListener.onUserMessage(Object)when it receivesLayer1ApiAdditionalLoginDataMessageif the login is failed. - LoginFailedReason - Enum Class in velox.api.layer1.data
-
Reason why login failed
- LoginSuccessfulCallback() - Constructor for class velox.api.layer1.messages.Layer1ApiAdditionalLoginDataMessage.LoginSuccessfulCallback
- logPerformance() - Static method in class velox.api.layer1.utils.PerformanceLoggingHelper
-
Call this if something is lagging for unknown reason and you want to know if that's because CPU is fully utilized or because of something else, like network.
- lookupInfo - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
- lookupInfo - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- LookupInfo - Interface in velox.api.layer1.data
-
Provides info for subscription dialog lookup dropdown.
- LookupSubscribeInfo - Class in velox.api.layer1.data
-
Subscription info for subscription dialog lookup dropdown
- LookupSubscribeInfo(String, String, String, String) - Constructor for class velox.api.layer1.data.LookupSubscribeInfo
- LookupSubscribeInfo(String, String, String, String, boolean) - Constructor for class velox.api.layer1.data.LookupSubscribeInfo
- LookupSubscribeInfo(String, String, String, String, boolean, boolean) - Constructor for class velox.api.layer1.data.LookupSubscribeInfo
M
- mainLineStyleMask - Variable in class velox.api.layer0.data.IndicatorDefinitionUserMessage
-
Deprecated.
- mainLineStyleMask - Variable in class velox.api.layer1.messages.indicators.IndicatorLineStyle
-
Mask for the main line style.
- mainLineStyleMultiplier - Variable in class velox.api.layer0.data.IndicatorDefinitionUserMessage
-
Deprecated.
- mainLineStyleMultiplier - Variable in class velox.api.layer1.messages.indicators.IndicatorLineStyle
-
Multiplier for the main line style.
- mainLineWidth - Variable in class velox.api.layer0.data.IndicatorDefinitionUserMessage
-
Deprecated.
- mainLineWidth - Variable in class velox.api.layer1.messages.indicators.IndicatorLineStyle
-
Main line width.
- makeMarker(Function<Double, Integer>) - Method in interface velox.api.layer1.layers.strategies.interfaces.OnlineCalculatable.DataCoordinateMarker
-
Creates a visual representation of the marker.
- MANUAL - Enum constant in enum class velox.api.layer1.data.OrderEntryType
-
Order sent by user
- mapOf(Object...) - Static method in class velox.gui.utils.localization.LocalizationUtils
-
A replacement for
Map.of()which allows null as values, null keys are still prohibited. - mapOf(Map<String, Object>) - Static method in class velox.gui.utils.localization.LocalizationUtils
-
Simmilar to
LocalizationUtils.mapOf(Object...), but creates an immutable map of the specified map. - markAllChanged() - Method in class velox.api.layer1.data.OrderInfoBuilder
- markAllUnchanged() - Method in class velox.api.layer1.data.OrderInfoBuilder
- Marker(double, int, int, BufferedImage) - Constructor for class velox.api.layer1.layers.strategies.interfaces.OnlineCalculatable.Marker
-
Creates new marker
- markerY - Variable in class velox.api.layer1.layers.strategies.interfaces.OnlineCalculatable.Marker
-
Vertical position of marker (price / pips)
- marketMode - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
- MarketMode - Enum Class in velox.api.layer1.data
- match(Runnable, Runnable) - Method in interface velox.gui.colors.ColorsConfigItem.BackgroundStyle
- match(Runnable, Runnable) - Method in record class velox.gui.colors.ColorsConfigItem.BackgroundStyle.Menu
- match(Runnable, Runnable) - Method in record class velox.gui.colors.ColorsConfigItem.BackgroundStyle.None
- match(SwitchTabResponse.Visitor<T, E>) - Method in interface velox.api.layer1.messages.tab.SwitchTabResponse
- match(SwitchTabResponse.Visitor<T, E>) - Method in class velox.api.layer1.messages.tab.SwitchTabResponse.NoSuchTab
- match(SwitchTabResponse.Visitor<T, E>) - Method in class velox.api.layer1.messages.tab.SwitchTabResponse.Success
- match(ColorsConfigItem.InsetsStyle.Visitor<T>) - Method in record class velox.gui.colors.ColorsConfigItem.InsetsStyle.Custom
- match(ColorsConfigItem.InsetsStyle.Visitor<T>) - Method in record class velox.gui.colors.ColorsConfigItem.InsetsStyle.Default
- match(ColorsConfigItem.InsetsStyle.Visitor<T>) - Method in interface velox.gui.colors.ColorsConfigItem.InsetsStyle
- match(ColorsConfigItem.InsetsStyle.Visitor<T>) - Method in record class velox.gui.colors.ColorsConfigItem.InsetsStyle.Menu
- MAX - Enum constant in enum class velox.api.layer1.layers.strategies.interfaces.MouseModuleScore
-
Max possible score for 3-rd party modules
- MAX_NEGATIVE_PRICES_STEPS_MULTIPLIER_POWER - Static variable in class velox.api.layer1.utils.PriceRangeCalculationHelper
- MAX_POSITIVE_PRICES_STEPS_MULTIPLIER_POWER - Static variable in class velox.api.layer1.utils.PriceRangeCalculationHelper
- maxFreezeTimeNs - Variable in class velox.api.layer1.messages.Layer1ApiTimeFreeze
-
Fallback to prevent eternal freeze
- MaximumSupportedFeatures - Annotation Interface in velox.api.layer1.annotations
-
Similar to
Layer1ApiAdminProvider.getSupportedFeatures(), but is used to declare provider capabilities before provider is actually instantiated. - maxValue - Variable in class velox.api.layer1.layers.strategies.interfaces.Layer1PriceAxisRangeCalculatable.InputPriceAxisInfo
- maxValue - Variable in class velox.api.layer1.layers.strategies.interfaces.Layer1PriceAxisRangeCalculatable.ResultPriceAxisInfo
- maxValue - Variable in class velox.api.layer1.messages.indicators.BoundsInfo
-
Can be null to indicate no predetermined maximum value
- maxValue - Variable in class velox.api.layer1.messages.indicators.LimitsResponse
- mbo - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
-
Provides MBO data.
- MBO - Enum constant in enum class velox.api.layer1.messages.indicators.DataStructureInterface.StandardEvents
-
Type corresponding to
MboAggregationEvent - MboAggregationEvent - Class in velox.api.layer1.datastructure.events
-
Aggregation of MBO data in some time interval
- MboAggregationEvent(long) - Constructor for class velox.api.layer1.datastructure.events.MboAggregationEvent
- MboAggregationEvent.Order - Class in velox.api.layer1.datastructure.events
- MboAggregationEvent.PriceSizeUpdate - Class in velox.api.layer1.datastructure.events
- mboDataListeners - Variable in class velox.api.layer0.live.ExternalLiveBaseProvider
- mboDataListeners - Variable in class velox.api.layer0.replay.ExternalReaderBaseProvider
- mboDataListeners - Variable in class velox.api.layer1.Layer1ApiBasicListenable
-
List of listers for mbo events.
- Menu() - Constructor for record class velox.gui.colors.ColorsConfigItem.BackgroundStyle.Menu
-
Creates an instance of a
Menurecord class. - Menu() - Constructor for record class velox.gui.colors.ColorsConfigItem.InsetsStyle.Menu
-
Creates an instance of a
Menurecord class. - menuDescriptionSet - Variable in class velox.api.layer1.messages.Layer1ApiUserMessageModifyStrategiesMainMenu
-
Deprecated.Should have required action listeners attached.
- message - Variable in class velox.api.layer1.messages.Layer1ApiAdditionalLoginDataMessage.LoginFailedCallback
- metadata - Variable in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage
-
This field will not be used anywhere outside of strategy code, but strategy can later use this field, for example, to determine if this message should be cancelled in
Layer1ApiSoundAlertCancelMessage.Layer1ApiSoundMessagesFilter.shouldCancelMessage(Layer1ApiSoundAlertMessage) - MIN - Enum constant in enum class velox.api.layer1.layers.strategies.interfaces.MouseModuleScore
- MIN_INTERVAL_NS - Static variable in class velox.api.layer1.messages.Layer1ApiRequestCurrentTimeEvents
- minLimitsRange - Variable in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
- minValue - Variable in class velox.api.layer1.layers.strategies.interfaces.Layer1PriceAxisRangeCalculatable.InputPriceAxisInfo
- minValue - Variable in class velox.api.layer1.layers.strategies.interfaces.Layer1PriceAxisRangeCalculatable.ResultPriceAxisInfo
- minValue - Variable in class velox.api.layer1.messages.indicators.BoundsInfo
-
Can be null to indicate no predetermined minimum value
- minValue - Variable in class velox.api.layer1.messages.indicators.LimitsResponse
- minWidthPx - Variable in class velox.api.layer1.messages.Layer1ApiUserMessageNotification
- MKT - Enum constant in enum class velox.api.layer1.data.OrderType
- mode - Variable in class velox.api.layer1.messages.Layer1ApiChangeTradingModeMessage
-
Deprecated.
- modificationTimeChanged - Variable in class velox.api.layer1.data.OrderInfoUpdate
- modificationUtcTime - Variable in class velox.api.layer1.data.OrderInfo
- mouseClicked(CanvasMouseEvent) - Method in interface velox.api.layer1.layers.strategies.interfaces.CanvasMouseListener
- mouseDragged(CanvasMouseEvent) - Method in interface velox.api.layer1.layers.strategies.interfaces.CanvasMouseListener
- mouseEntered(CanvasMouseEvent) - Method in interface velox.api.layer1.layers.strategies.interfaces.CanvasMouseListener
- mouseExited(CanvasMouseEvent) - Method in interface velox.api.layer1.layers.strategies.interfaces.CanvasMouseListener
- MouseModuleScore - Enum Class in velox.api.layer1.layers.strategies.interfaces
- mouseMoved(CanvasMouseEvent) - Method in interface velox.api.layer1.layers.strategies.interfaces.CanvasMouseListener
- mousePressed(CanvasMouseEvent) - Method in interface velox.api.layer1.layers.strategies.interfaces.CanvasMouseListener
- mouseReleased(CanvasMouseEvent) - Method in interface velox.api.layer1.layers.strategies.interfaces.CanvasMouseListener
- mouseWheelMoved(CanvasMouseEvent) - Method in interface velox.api.layer1.layers.strategies.interfaces.CanvasMouseListener
- MultiAccountAware - Interface in velox.api.layer1.data
-
Indicates that the data can be associated with a specific trading account, and provides the account details to identify which account the data is associated with.
- multiAccountTrading - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
-
Whether multi-account trading is supported by the provider.
- MultiCredentialsComponent - Class in velox.api.layer0.credentialscomponents
-
An abstract implementation of
CredentialsComponent. - MultiCredentialsComponent() - Constructor for class velox.api.layer0.credentialscomponents.MultiCredentialsComponent
- multiplier - Variable in class velox.api.layer1.data.InstrumentInfo.BuilderBase
- multiplier - Variable in class velox.api.layer1.data.InstrumentInfo
-
Similar to "tick value" in its meaning, with the only difference of being per price unit instead of per tick (can be computed as tick value divided by
InstrumentInfo.pips) - multiplier - Variable in class velox.api.layer1.data.SymbolMappingInfo
-
Mutiplier, see
InstrumentInfo.multiplier - multiplier - Variable in class velox.api.layer1.utils.CalculatePricesResult
N
- name - Variable in class velox.api.layer0.credentialscomponents.BaseCredentialsComponent
-
A name for
BaseCredentialsComponent. - name - Variable in class velox.api.layer1.messages.indicators.IndicatorColorScheme.ColorDescription
-
Color name that user will see
- name - Variable in class velox.api.layer1.messages.Layer1ApiUserMessageModifyActionToAllInstruments
- name() - Element in annotation interface velox.api.layer1.actions.annotations.Layer1ActionMetadata
-
The action name you see in Keyboard Shortcuts.
- NAME_BEST_ASK_LINE - Static variable in class velox.gui.colors.Colors
- NAME_BEST_BID_LINE - Static variable in class velox.gui.colors.Colors
- NanoClock - Class in velox.api.layer1.common
-
Provides high precision timestamps.
- NanoClock() - Constructor for class velox.api.layer1.common.NanoClock
- NbboEvent - Class in velox.api.layer1.messages
- NbboEvent(String, boolean, double, String) - Constructor for class velox.api.layer1.messages.NbboEvent
- NbboEvent(String, NbboEvent) - Constructor for class velox.api.layer1.messages.NbboEvent
- negativeStopLimitOffset - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
-
If this is set to false then stop-limit orders can only be sent with positive or zero offset
- netLiquidityValue - Variable in class velox.api.layer1.data.BalanceInfo.BalanceInCurrency
- NEW_TRADING_PASSWORD_FAILED - Enum constant in enum class velox.api.layer1.data.LoginFailedReason
-
Deprecated.
- newErrorSink() - Method in interface velox.api.layer1.L1ErrorSink.Factory
-
must be non-blocking
- newFixedThreadPoolExecutor(int, String) - Static method in class velox.api.layer1.common.helper.ExecutorsHelper
-
Deprecated.
- newFixedThreadPoolExecutorService(int, String) - Static method in class velox.api.layer1.common.helper.ExecutorsHelper
-
Similar to
ExecutorsHelper.newFixedThreadPoolExecutor(int, String), but wrapped with auto-shutdown functionality. - newOnDemandPriorityThreadPoolExecutor(String) - Static method in class velox.api.layer1.common.helper.ExecutorsHelper
- newOnDemandSingleThreadExecutor(String) - Static method in class velox.api.layer1.common.helper.ExecutorsHelper
-
Deprecated.
- newOnDemandSingleThreadExecutorService(String) - Static method in class velox.api.layer1.common.helper.ExecutorsHelper
-
Similar to
ExecutorsHelper.newOnDemandSingleThreadExecutor(String), but wrapped with auto-shutdown functionality. - newOnDemandSingleThreadPriorityExecutor(String) - Static method in class velox.api.layer1.common.helper.ExecutorsHelper
-
Deprecated.
- newOnDemandSingleThreadPriorityExecutorService(String) - Static method in class velox.api.layer1.common.helper.ExecutorsHelper
-
Similar to
ExecutorsHelper.newOnDemandSingleThreadPriorityExecutor(String), but wrapped with auto-shutdown functionality. - newOrders - Variable in class velox.api.layer1.datastructure.events.MboAggregationEvent
-
New orders submitted in this period.
- newPassword - Variable in class velox.api.layer1.data.UserPasswordLoginData
-
If supported by platform password will be changed to this value.
- newScheduledThreadPool(int, String) - Static method in class velox.api.layer1.common.helper.ExecutorsHelper
- newSingleThreadExecutor(String) - Static method in class velox.api.layer1.common.helper.ExecutorsHelper
-
Deprecated.
- newSingleThreadExecutor(String, Consumer<Boolean>) - Static method in class velox.api.layer1.common.helper.ExecutorsHelper
-
Deprecated.
- newSingleThreadExecutorService(String) - Static method in class velox.api.layer1.common.helper.ExecutorsHelper
-
Similar to
ExecutorsHelper.newSingleThreadExecutor(String), but wrapped with auto-shutdown functionality. - newSingleThreadExecutorService(String, Consumer<Boolean>) - Static method in class velox.api.layer1.common.helper.ExecutorsHelper
-
Similar to
ExecutorsHelper.newSingleThreadExecutor(String), but wrapped with auto-shutdown functionality. - newThreadPoolExecutor(int, int, String) - Static method in class velox.api.layer1.common.helper.ExecutorsHelper
- newThreadPoolExecutor(int, int, String, BlockingQueue<Runnable>) - Static method in class velox.api.layer1.common.helper.ExecutorsHelper
- newThreadPoolExecutor(int, int, String, BlockingQueue<Runnable>, RejectedExecutionHandler) - Static method in class velox.api.layer1.common.helper.ExecutorsHelper
- newThreadPoolExecutor(int, int, String, Consumer<Boolean>) - Static method in class velox.api.layer1.common.helper.ExecutorsHelper
- newThreadPoolPriorityExecutor(int, int, String) - Static method in class velox.api.layer1.common.helper.ExecutorsHelper
- NO_INTERNET - Enum constant in enum class velox.api.layer1.data.DisconnectionReason
-
Connection lost due to internet connection issues, Reconnect should be attempted
- NO_INTERNET_CONNECTION - Enum constant in enum class velox.api.layer1.data.LoginFailedReason
-
Can not login because there is no connection to server(s) through the internet.
- NO_LOCAL_CONNECTION - Enum constant in enum class velox.api.layer1.data.LoginFailedReason
-
Can not login because there is no connection to server located on the same machine.
- NO_LOG - Enum constant in enum class velox.api.layer1.common.Log.LogLevel
-
Unrealistically high level used to disable logs
- None() - Constructor for record class velox.gui.colors.ColorsConfigItem.BackgroundStyle.None
-
Creates an instance of a
Nonerecord class. - NONE - Enum constant in enum class velox.api.layer1.layers.strategies.interfaces.MouseModuleScore
-
Respond with this score if you are not interested in this event
- NONE - Enum constant in enum class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.GraphType
-
No indicator graph.
- NONE - Static variable in class velox.api.layer1.layers.utils.OrderBook
- NONE - Static variable in class velox.api.layer1.messages.indicators.IndicatorLineStyle
-
No line.
- normalize() - Method in class velox.api.layer1.data.InstrumentCoreInfo
-
Create a copy of this InstrumentInfo with all null fields transformed into empty strings
- Notification system examples - Search tag in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage
- Section
- Notification system step-by-step guide - Search tag in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage
- Section
- Notification system workflow - Search tag in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage
- Section
- NotTranslatableText - Class in velox.gui.utils.localization.translatable
-
A simple class that accepts any String and implements the
TranslatableComponentinterface. - NotTranslatableText(String) - Constructor for class velox.gui.utils.localization.translatable.NotTranslatableText
- NUMBER_STYLE - Enum constant in enum class velox.gui.utils.localization.NumberFormatStyle
-
Constant to specify normal number style of format.
- NumberFormatStyle - Enum Class in velox.gui.utils.localization
-
Simple translation of constant fields of the
NumberFormatclass to enum.
O
- oco - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
- OCO - Enum constant in enum class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures.ClientSideFeature
-
Layer1ApiProviderSupportedFeatures.ocois client-side - OcoOrderSendParameters - Class in velox.api.layer1.data
- OcoOrderSendParameters(List<SimpleOrderSendParameters>) - Constructor for class velox.api.layer1.data.OcoOrderSendParameters
- OcoOrderSendParameters(SimpleOrderSendParameters...) - Constructor for class velox.api.layer1.data.OcoOrderSendParameters
- of() - Static method in class velox.api.layer1.messages.tab.SwitchTabResponse.NoSuchTab
- of() - Static method in class velox.api.layer1.messages.tab.SwitchTabResponse.Success
- of(String) - Static method in class velox.api.layer1.messages.tab.SwitchTabRequest
- offset - Variable in class velox.api.layer1.data.BracketTier
-
Similar to
SimpleOrderSendParameters.takeProfitOffset, but for a single tier - offset - Variable in class velox.api.layer1.data.OrderMoveToMarketParameters
-
How deep into market should order be moved
- ofLegacy(boolean, Insets) - Static method in record class velox.gui.colors.ColorsConfigItem.GuiConfig
- onActiveDepth(String, OrderBookExtenderInstrument.ActiveDepthLimits) - Method in interface velox.api.layer1.messages.Layer1ApiUserMessageSubscribeActiveDepth.ActiveDepthListener
- onAddGenerators() - Method in interface velox.api.layer1.Layer1ApiAdvancedGeneratorCreator
-
Deprecated.Called when data has been changed (e.g.
- onAddResetPoint(ResetPoint) - Method in interface velox.gui.utils.GuiUtils.ResetControlPanelCallbacks
- onAdjust() - Method in class velox.gui.colors.ColorsConfigItem
- onBalance(BalanceInfo) - Method in interface velox.api.layer1.Layer1ApiTradingAdapter
- onBalance(BalanceInfo) - Method in interface velox.api.layer1.Layer1ApiTradingListener
-
Called when account balance information changes
- onBalance(BalanceInfo) - Method in class velox.api.layer1.layers.Layer1ApiInjectorRelay
- onBalance(BalanceInfo) - Method in class velox.api.layer1.layers.Layer1ApiUpstreamRelay
- onClearPoints() - Method in interface velox.gui.utils.GuiUtils.ResetControlPanelCallbacks
- onColorsChanged() - Method in interface velox.colors.ColorsChangedListener
- onColorsChanged() - Method in class velox.colors.WeakReferenceColorsChangedListener
- onConnectionLost(DisconnectionReason, String) - Method in interface velox.api.layer1.Layer1ApiAdminListener
-
Connection to server lost.
- onConnectionLost(DisconnectionReason, String) - Method in interface velox.api.layer1.Layer1ApiAdminAdapter
- onConnectionLost(DisconnectionReason, String) - Method in class velox.api.layer1.layers.Layer1ApiInjectorRelay
- onConnectionLost(DisconnectionReason, String) - Method in class velox.api.layer1.layers.Layer1ApiUpstreamRelay
- onConnectionRestored() - Method in interface velox.api.layer1.Layer1ApiAdminAdapter
- onConnectionRestored() - Method in interface velox.api.layer1.Layer1ApiAdminListener
-
Connection to server restored.
- onConnectionRestored() - Method in class velox.api.layer1.layers.Layer1ApiInjectorRelay
- onConnectionRestored() - Method in class velox.api.layer1.layers.Layer1ApiUpstreamRelay
- onCurrentColorChanged() - Method in class velox.gui.colors.ColorsConfigItem
- onCustom(Insets) - Method in interface velox.gui.colors.ColorsConfigItem.InsetsStyle.Visitor
- onDefault() - Method in interface velox.gui.colors.ColorsConfigItem.InsetsStyle.Visitor
- onDepth(String, boolean, int, int) - Method in interface velox.api.layer1.Layer1ApiDataAdapter
- onDepth(String, boolean, int, int) - Method in interface velox.api.layer1.Layer1ApiDataListener
-
Depth data update.
- onDepth(String, boolean, int, int) - Method in class velox.api.layer1.layers.Layer1ApiDepthFreezer
- onDepth(String, boolean, int, int) - Method in class velox.api.layer1.layers.Layer1ApiInjectorRelay
- onDepth(String, boolean, int, int) - Method in class velox.api.layer1.layers.Layer1ApiUpstreamRelay
- onFailure(String) - Method in interface velox.api.layer1.L1ErrorSink.Callback
- onFocusGained() - Method in interface velox.api.layer1.layers.strategies.interfaces.CanvasContextMenuProvider
-
Called if this module wins the voting for a right-click event
- onFocusGained() - Method in interface velox.api.layer1.layers.strategies.interfaces.CanvasMouseListener
-
Called if this module wins the voting for an event
- onFocusLost() - Method in interface velox.api.layer1.layers.strategies.interfaces.CanvasContextMenuProvider
-
Called after
CanvasContextMenuProvider.onFocusGained(), when some other module wins the voting for another mouse event - onFocusLost() - Method in interface velox.api.layer1.layers.strategies.interfaces.CanvasMouseListener
-
Called after
CanvasContextMenuProvider.onFocusGained(), when some other module wins the voting for another mouse event - onHeatmapActivePixelsWidth(int) - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpacePainter
-
Width of the heatmap area corresponding to data (in pixels) changed.
- onHeatmapActivePixelsWidth(int) - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpacePainterAdapter
- onHeatmapActiveTimeWidth(long) - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpacePainter
-
Width of the heatmap area corresponding to data (in nanoseconds) changed.
- onHeatmapActiveTimeWidth(long) - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpacePainterAdapter
- onHeatmapFullPixelsWidth(int) - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpacePainter
-
Width of the heatmap area (including the part containing no data, in pixels) changed.
- onHeatmapFullPixelsWidth(int) - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpacePainterAdapter
- onHeatmapFullTimeWidth(long) - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpacePainter
-
Width of the heatmap area (including the part containing no data, in nanoseconds) changed.
- onHeatmapFullTimeWidth(long) - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpacePainterAdapter
- onHeatmapPixelsBottom(int) - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpacePainter
-
Position of bottom edge of heatmap on inside the window changed.
- onHeatmapPixelsBottom(int) - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpacePainterAdapter
- onHeatmapPixelsHeight(int) - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpacePainter
-
Height of the area representing the heatmap (in pixels) changed
- onHeatmapPixelsHeight(int) - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpacePainterAdapter
- onHeatmapPixelsLeft(int) - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpacePainter
-
Position of left edge of heatmap on inside the window changed.
- onHeatmapPixelsLeft(int) - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpacePainterAdapter
- onHeatmapPriceBottom(long) - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpacePainter
-
Lowest price displayed on heatmap changed
- onHeatmapPriceBottom(long) - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpacePainterAdapter
- onHeatmapPriceHeight(long) - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpacePainter
-
Number of levels displayed on heatmap changed
- onHeatmapPriceHeight(long) - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpacePainterAdapter
- onHeatmapTimeLeft(long) - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpacePainter
-
Time corresponding to left edge of heatmap changed
- onHeatmapTimeLeft(long) - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpacePainterAdapter
- onInstrumentAdded(String, InstrumentInfo) - Method in interface velox.api.layer1.Layer1ApiInstrumentAdapter
- onInstrumentAdded(String, InstrumentInfo) - Method in interface velox.api.layer1.Layer1ApiInstrumentListener
-
Indicates successful subscription to the instrument
- onInstrumentAdded(String, InstrumentInfo) - Method in class velox.api.layer1.layers.Layer1ApiInjectorRelay
- onInstrumentAdded(String, InstrumentInfo) - Method in class velox.api.layer1.layers.Layer1ApiUpstreamRelay
- onInstrumentAlreadySubscribed(String, String, String) - Method in interface velox.api.layer1.Layer1ApiInstrumentListener
-
Indicates that attempt to subscribe failed because subscription is already active
- onInstrumentAlreadySubscribed(String, String, String) - Method in interface velox.api.layer1.Layer1ApiInstrumentAdapter
- onInstrumentAlreadySubscribed(String, String, String) - Method in class velox.api.layer1.layers.Layer1ApiInjectorRelay
- onInstrumentAlreadySubscribed(String, String, String) - Method in class velox.api.layer1.layers.Layer1ApiUpstreamRelay
- onInstrumentNotFound(String, String, String) - Method in interface velox.api.layer1.Layer1ApiInstrumentListener
-
Indicates that attempt to subscribe failed because instrument does not exist
- onInstrumentNotFound(String, String, String) - Method in interface velox.api.layer1.Layer1ApiInstrumentAdapter
- onInstrumentNotFound(String, String, String) - Method in class velox.api.layer1.layers.Layer1ApiInjectorRelay
- onInstrumentNotFound(String, String, String) - Method in class velox.api.layer1.layers.Layer1ApiUpstreamRelay
- onInstrumentRemoved(String) - Method in interface velox.api.layer1.Layer1ApiInstrumentAdapter
- onInstrumentRemoved(String) - Method in interface velox.api.layer1.Layer1ApiInstrumentListener
-
Unsubscribed from instrument (user-initiated or provider initiated).
Please note that if you use this in strategy that implementsOnlineCalculatable, you should not delete any data about instrument that is expected inOnlineCalculatable.calculateValuesInRange(String, String, long, long, int, velox.api.layer1.layers.strategies.interfaces.CalculatedResultListener)orOnlineCalculatable.createOnlineValueCalculator(String, String, long, java.util.function.Consumer, velox.api.layer1.layers.strategies.interfaces.InvalidateInterface), or should handle absence of that data (in case you delete it) gracefully. - onInstrumentRemoved(String) - Method in class velox.api.layer1.layers.Layer1ApiInjectorRelay
- onInstrumentRemoved(String) - Method in class velox.api.layer1.layers.Layer1ApiUpstreamRelay
- onIntervalsNumber(int) - Method in interface velox.api.layer1.layers.strategies.interfaces.OnlineValueCalculatorAdapter
-
Guaranteed to be called once after adapter is created and and
OnlineValueCalculatorAdapter.onTimeSourceProvided(LongSupplier)andOnlineValueCalculatorAdapter.onIntervalWidth(long)method is called, before any other methods are called - onIntervalWidth(long) - Method in interface velox.api.layer1.layers.strategies.interfaces.OnlineValueCalculatorAdapter
-
Guaranteed to be called once after adapter is created and
OnlineValueCalculatorAdapter.onTimeSourceProvided(LongSupplier)and before any other methods are called - onLeftTimeChanged(long) - Method in interface velox.api.layer1.layers.strategies.interfaces.OnlineValueCalculatorAdapter
-
Guaranteed to be called once after adapter is created and and
OnlineValueCalculatorAdapter.onTimeSourceProvided(LongSupplier)andOnlineValueCalculatorAdapter.onIntervalWidth(long)andOnlineValueCalculatorAdapter.onIntervalsNumber(int)methods are called, before any other methods are called
Subsequent calls indicate that chart's left pixel was changed - onlineCalculatable - Variable in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
- OnlineCalculatable - Interface in velox.api.layer1.layers.strategies.interfaces
-
Strategy implementing this interfaces should support 2 types of requests.
- OnlineCalculatable.DataCoordinateMarker - Interface in velox.api.layer1.layers.strategies.interfaces
-
Marker bound to data coordinates.
- OnlineCalculatable.Marker - Class in velox.api.layer1.layers.strategies.interfaces
-
If passed as value it will cause marker to be drawn at that place.
- OnlineCalculatable.ValueBundle - Class in velox.api.layer1.layers.strategies.interfaces
- OnlineValueCalculatorAdapter - Interface in velox.api.layer1.layers.strategies.interfaces
-
Receives updates, can generate new value for given strategy in response
- onLoginFailed(LoginFailedReason, String) - Method in interface velox.api.layer1.Layer1ApiAdminListener
-
Failed to login with specified credentials
- onLoginFailed(LoginFailedReason, String) - Method in interface velox.api.layer1.Layer1ApiAdminAdapter
- onLoginFailed(LoginFailedReason, String) - Method in class velox.api.layer1.layers.Layer1ApiInjectorRelay
- onLoginFailed(LoginFailedReason, String) - Method in class velox.api.layer1.layers.Layer1ApiUpstreamRelay
- onLoginSuccessful() - Method in interface velox.api.layer1.Layer1ApiAdminAdapter
- onLoginSuccessful() - Method in interface velox.api.layer1.Layer1ApiAdminListener
-
Successful login.
- onLoginSuccessful() - Method in class velox.api.layer1.layers.Layer1ApiInjectorRelay
- onLoginSuccessful() - Method in class velox.api.layer1.layers.Layer1ApiUpstreamRelay
- onMarketMode(String, MarketMode) - Method in interface velox.api.layer1.Layer1ApiDataAdapter
- onMarketMode(String, MarketMode) - Method in interface velox.api.layer1.Layer1ApiDataListener
-
Market mode update.
- onMarketMode(String, MarketMode) - Method in class velox.api.layer1.layers.Layer1ApiInjectorRelay
- onMarketMode(String, MarketMode) - Method in class velox.api.layer1.layers.Layer1ApiUpstreamRelay
- onMboCancel(String, String) - Method in interface velox.api.layer1.Layer1ApiMboDataAdapter
- onMboCancel(String, String) - Method in interface velox.api.layer1.Layer1ApiMboDataListener
- onMboCancel(String, String) - Method in class velox.api.layer1.layers.Layer1ApiInjectorRelay
- onMboCancel(String, String) - Method in class velox.api.layer1.layers.Layer1ApiUpstreamRelay
- onMboReplace(String, String, int, int) - Method in interface velox.api.layer1.Layer1ApiMboDataAdapter
- onMboReplace(String, String, int, int) - Method in interface velox.api.layer1.Layer1ApiMboDataListener
- onMboReplace(String, String, int, int) - Method in class velox.api.layer1.layers.Layer1ApiInjectorRelay
- onMboReplace(String, String, int, int) - Method in class velox.api.layer1.layers.Layer1ApiUpstreamRelay
- onMboSend(String, String, boolean, int, int) - Method in interface velox.api.layer1.Layer1ApiMboDataAdapter
- onMboSend(String, String, boolean, int, int) - Method in interface velox.api.layer1.Layer1ApiMboDataListener
- onMboSend(String, String, boolean, int, int) - Method in class velox.api.layer1.layers.Layer1ApiInjectorRelay
- onMboSend(String, String, boolean, int, int) - Method in class velox.api.layer1.layers.Layer1ApiUpstreamRelay
- onMenu() - Method in interface velox.gui.colors.ColorsConfigItem.InsetsStyle.Visitor
- onMessageClosedCallback - Variable in class velox.api.layer1.messages.Layer1ApiUserMessageNotification
- onMoveEnd() - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpacePainter
-
Called after transmitting actual changes, allows batch processing of changes.
- onMoveEnd() - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpacePainterAdapter
- onMoveStart() - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpacePainter
-
Called after view was moved before transmitting actual changes, allows batch processing of changes
- onMoveStart() - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpacePainterAdapter
- onNoSubscribers() - Method in class velox.api.layer1.Layer1ApiBasicListenable
-
Called when no subscribers left.
- onNoSuchTab(SwitchTabResponse.NoSuchTab) - Method in interface velox.api.layer1.messages.tab.SwitchTabResponse.Visitor
- onOrderExecuted(ExecutionInfo) - Method in interface velox.api.layer1.Layer1ApiTradingAdapter
- onOrderExecuted(ExecutionInfo) - Method in interface velox.api.layer1.Layer1ApiTradingListener
-
Called when one of our orders gets executed
- onOrderExecuted(ExecutionInfo) - Method in class velox.api.layer1.layers.Layer1ApiInjectorRelay
- onOrderExecuted(ExecutionInfo) - Method in class velox.api.layer1.layers.Layer1ApiUpstreamRelay
- onOrderUpdated(OrderInfoUpdate) - Method in class velox.api.layer1.common.helper.AccountListManager
-
Takes order update messages to map orders to the accounts.
- onOrderUpdated(OrderInfoUpdate) - Method in interface velox.api.layer1.Layer1ApiTradingAdapter
- onOrderUpdated(OrderInfoUpdate) - Method in interface velox.api.layer1.Layer1ApiTradingListener
-
Called when order is updated (order creation is also considered an update).
- onOrderUpdated(OrderInfoUpdate) - Method in class velox.api.layer1.layers.Layer1ApiInjectorRelay
- onOrderUpdated(OrderInfoUpdate) - Method in class velox.api.layer1.layers.Layer1ApiUpstreamRelay
- onRealTimeDataStart() - Method in interface velox.api.layer1.layers.strategies.interfaces.OnlineValueCalculatorAdapter
-
Any data that came before this method call was historical data from last pixel
There is no need to treat this data differently, but if this data triggers any invalidates, in some case this could result in continuous invalidations
(if time is paused in replay and chart range is not changing, data received will always be the same
If you returnIndicatorFullValuesin response to this call, you should make sure it incorporates pixel with current time (obtained via provided timeSource) - onRemoveIndicators() - Method in interface velox.api.layer1.Layer1ApiAdvancedGeneratorCreator
-
Deprecated.Called when strategy is being unloaded due to data change (e.g.
- onResponse(Layer1ApiTradingMessageWithCallback.Response) - Method in interface velox.api.layer1.messages.Layer1ApiTradingMessageWithCallback.TradingMessageResponseListener
- onRestore(boolean) - Method in class velox.gui.colors.ColorsConfigItem
- onRightOfTimelineLeft(int) - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpacePainter
-
X coordinate of the timeline has changed (in pixels).
- onRightOfTimelineLeft(int) - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpacePainterAdapter
- onRightOfTimelineWidth(int) - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpacePainter
-
Width of the area to the right of timeline (in pixels) has changed.
- onRightOfTimelineWidth(int) - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpacePainterAdapter
- onSessionStartTimeEnabled(boolean) - Method in interface velox.gui.utils.GuiUtils.ResetControlPanelCallbacks
- onSettingsChanged() - Method in interface velox.api.layer1.Layer1ApiAdvancedGeneratorCreator
-
Deprecated.Called when settings has been changed.
- onSettingsChanged(String) - Method in interface velox.api.layer1.Layer1ApiNotReloadedOnSettingsChange
-
Called when the user resets chart settings.
Note: This method is called from another thread, not the one from which you by default receive events (such as onUserMessage, onTrade, and e.c.). - onShortcutChanged(String, Set<String>) - Method in interface velox.api.layer1.actions.Action
-
Will be triggered when a user changes shortcuts (on add, edit or remove) in the Keyboard Shortcuts window.
- onSoundAlertStatus(String, Layer1ApiSoundAlertMessage.SoundAlertStatus) - Method in interface velox.api.layer1.messages.Layer1ApiSoundAlertMessage.SoundAlertStatusListener
- onStatus(StatusInfo) - Method in interface velox.api.layer1.Layer1ApiTradingAdapter
- onStatus(StatusInfo) - Method in interface velox.api.layer1.Layer1ApiTradingListener
-
Called when instrument status information changes (PnL, number of open orders, position, etc).
- onStatus(StatusInfo) - Method in class velox.api.layer1.layers.Layer1ApiInjectorRelay
- onStatus(StatusInfo) - Method in class velox.api.layer1.layers.Layer1ApiUpstreamRelay
- onStatusChanged() - Method in class velox.api.layer0.credentialscomponents.BaseCredentialsComponent
-
Defines behavior on field change.
- onStrategyAdd() - Method in interface velox.api.layer1.layers.strategies.interfaces.Layer1StrategyAddInterface
-
Called immediately after constructor if strategy was added (as opposed to being loaded from settings); that's usually a result of user manually adding the strategy and is a good time to display initial notifications or perform initial set up process.
- onStrategyCheckboxEnabled(String, boolean) - Method in interface velox.api.layer1.Layer1ApiInstrumentSpecificEnabledStateProvider
-
Checkbox for this strategy for this alias was set enabled/disabled
- onSuccess() - Method in interface velox.api.layer1.L1ErrorSink.Callback
- onSuccess(SwitchTabResponse.Success) - Method in interface velox.api.layer1.messages.tab.SwitchTabResponse.Visitor
- onSystemTextMessage(String, SystemTextMessageType) - Method in interface velox.api.layer1.Layer1ApiAdminAdapter
- onSystemTextMessage(String, SystemTextMessageType) - Method in interface velox.api.layer1.Layer1ApiAdminListener
-
Passes the message into Bookmap and shows it as a popup.
- onSystemTextMessage(String, SystemTextMessageType) - Method in class velox.api.layer1.layers.Layer1ApiInjectorRelay
- onSystemTextMessage(String, SystemTextMessageType) - Method in class velox.api.layer1.layers.Layer1ApiUpstreamRelay
- onTimeSourceProvided(LongSupplier) - Method in interface velox.api.layer1.layers.strategies.interfaces.OnlineValueCalculatorAdapter
-
Guaranteed to be called once after adapter is created and before any other methods are called
You should use this method instead of the old way ofLayer1ApiAdminProvider.getCurrentTime()to get current time from adapter for new indicators, as returned time may differ in some cases - onTrade(double, int, TradeInfo) - Method in interface velox.api.layer1.providers.data.TradeAggregator.TradeAggregatorConsumer
- onTrade(double, String, boolean, boolean, int) - Method in class velox.api.layer1.providers.data.TradeAggregator
-
Handles trades aggregation logic and forwards the trade, do not call
Layer1ApiDataListener.onTrade(String, double, int, TradeInfo)after you call this method. - onTrade(double, String, boolean, boolean, int, String, String) - Method in class velox.api.layer1.providers.data.TradeAggregator
-
Handles trades aggregation logic and forwards the trade, do not call
Layer1ApiDataListener.onTrade(String, double, int, TradeInfo)after you call this method. - onTrade(String, double, int, TradeInfo) - Method in interface velox.api.layer1.Layer1ApiDataAdapter
- onTrade(String, double, int, TradeInfo) - Method in interface velox.api.layer1.Layer1ApiDataListener
-
Trade
- onTrade(String, double, int, TradeInfo) - Method in class velox.api.layer1.layers.Layer1ApiInjectorRelay
- onTrade(String, double, int, TradeInfo) - Method in class velox.api.layer1.layers.Layer1ApiUpstreamRelay
- onUpdate(boolean, int, long) - Method in class velox.api.layer1.layers.utils.OrderBook
- onUpdate(DepthAggregationEvent) - Method in class velox.api.layer1.layers.utils.OrderBook
- onUserMessage(Object) - Method in class velox.api.layer1.common.helper.AccountListManager
-
Takes any user messages while accepts and processes only
TradingAccountsInfoMessageandSelectedAccountChangedMessage(ignoring all other messages) to update the accounts list and selected account for aliases.
Should be called fromLayer1ApiAdminListener.onUserMessage(Object)like this: - onUserMessage(Object) - Method in interface velox.api.layer1.Layer1ApiAdminAdapter
- onUserMessage(Object) - Method in interface velox.api.layer1.Layer1ApiAdminListener
-
Send an upstream event.
- onUserMessage(Object) - Method in class velox.api.layer1.layers.Layer1ApiDepthFreezer
- onUserMessage(Object) - Method in class velox.api.layer1.layers.Layer1ApiInjectorRelay
- onUserMessage(Object) - Method in class velox.api.layer1.layers.Layer1ApiUpstreamRelay
- onUserMessage(Object) - Method in interface velox.api.layer1.layers.strategies.interfaces.OnlineValueCalculatorAdapter
- onUserMessage(Object) - Method in interface velox.api.layer1.messages.indicators.StrategyUpdateGenerator
-
Similar to
Layer1ApiAdminListener.onUserMessage(Object)
Currently only iceberg messages are passed here - OPEN - Enum constant in enum class velox.api.layer1.data.MarketMode
- openInBrowser(String) - Static method in class velox.api.layer1.utils.HyperlinkHelper
-
Opens the provided link in the browser and sends event statistics that this link was opened.
- openInBrowser(String, JComponent) - Static method in class velox.api.layer1.utils.HyperlinkHelper
- OPPOSITE_SIDES_LMT_PAIR - Enum constant in enum class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures.SupportedOcoFeature
- OPPOSITE_SIDES_STP_PAIR - Enum constant in enum class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures.SupportedOcoFeature
- Order - Class in velox.api.layer1.layers.utils.mbo
- Order(boolean, int, int) - Constructor for class velox.api.layer1.datastructure.events.MboAggregationEvent.Order
- Order(boolean, int, long) - Constructor for class velox.api.layer1.layers.utils.OrderByOrderBook.Order
- Order(String, boolean, int, int) - Constructor for class velox.api.layer1.layers.utils.mbo.Order
- Order(Order) - Constructor for class velox.api.layer1.layers.utils.mbo.Order
- ORDER - Enum constant in enum class velox.api.layer1.messages.indicators.DataStructureInterface.StandardEvents
-
Type corresponding to
OrderUpdatesExecutionsAggregationEvent - ORDER_FAILURE - Enum constant in enum class velox.api.layer1.data.SystemTextMessageType
-
Rejection/modification error/etc.
- ORDER_SIZE_MAX_VALUE - Static variable in class velox.api.layer1.messages.Layer1ApiSetOrderSizeMessage
- ORDER_SIZE_MIN_VALUE - Static variable in class velox.api.layer1.messages.Layer1ApiSetOrderSizeMessage
- OrderBook - Class in velox.api.layer1.layers.utils
- OrderBook() - Constructor for class velox.api.layer1.layers.utils.OrderBook
- OrderBook(OrderBook) - Constructor for class velox.api.layer1.layers.utils.OrderBook
- OrderBookMbo - Class in velox.api.layer1.layers.utils.mbo
- OrderBookMbo() - Constructor for class velox.api.layer1.layers.utils.mbo.OrderBookMbo
- OrderBookMbo(OrderBookMbo) - Constructor for class velox.api.layer1.layers.utils.mbo.OrderBookMbo
- OrderBookMboUnsorted - Class in velox.api.layer1.layers.utils.mbo
-
Faster but less functional alternative to
OrderBookMbo - OrderBookMboUnsorted() - Constructor for class velox.api.layer1.layers.utils.mbo.OrderBookMboUnsorted
- OrderBookMboUnsorted(OrderBookMbo) - Constructor for class velox.api.layer1.layers.utils.mbo.OrderBookMboUnsorted
- OrderBookMboUnsorted(OrderBookMboUnsorted) - Constructor for class velox.api.layer1.layers.utils.mbo.OrderBookMboUnsorted
- OrderByOrderBook - Class in velox.api.layer1.layers.utils
-
Class designed to help with conversion from MBO to MBP data.
- OrderByOrderBook() - Constructor for class velox.api.layer1.layers.utils.OrderByOrderBook
- OrderByOrderBook.Order - Class in velox.api.layer1.layers.utils
-
Describes single order
- OrderByOrderBook.OrderUpdateResult - Class in velox.api.layer1.layers.utils
-
User to describe
OrderByOrderBook.updateOrder(long, int, long)result. - OrderCancelParameters - Class in velox.api.layer1.data
-
Used to cancel the order
- OrderCancelParameters(String) - Constructor for class velox.api.layer1.data.OrderCancelParameters
-
Request to cancel single order
- OrderCancelParameters(String, boolean) - Constructor for class velox.api.layer1.data.OrderCancelParameters
-
Request to cancel single order.
- OrderCancelParameters(String, long, boolean) - Constructor for class velox.api.layer1.data.OrderCancelParameters
- OrderCancelParameters.Builder - Class in velox.api.layer1.data
- OrderDuration - Enum Class in velox.api.layer1.data
-
Order durations
- OrderDurationRequestParameters(InstrumentCoreInfo, AccountInfo) - Constructor for record class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures.OrderDurationRequestParameters
-
Creates an instance of a
OrderDurationRequestParametersrecord class. - orderEntryType - Variable in class velox.api.layer1.data.AbstractSingleOrderSendParametersBuilder
- orderEntryType - Variable in class velox.api.layer1.data.OrderUpdateParameters
-
Describes who sent this order update (automatic system or the user).
- orderEntryType - Variable in class velox.api.layer1.data.SingleOrderSendParameters
-
Describes who sent this order (automatic system or the user).
- OrderEntryType - Enum Class in velox.api.layer1.data
-
Describe who sent order
- OrderExecutedEvent - Class in velox.api.layer1.datastructure.events
-
Information about order execution.
- OrderExecutedEvent(long, ExecutionInfo, String) - Constructor for class velox.api.layer1.datastructure.events.OrderExecutedEvent
- OrderExecutedEvent(OrderExecutedEvent) - Constructor for class velox.api.layer1.datastructure.events.OrderExecutedEvent
- orderId - Variable in class velox.api.layer0.data.OrderQueuePositionUserMessage
-
Deprecated.
- orderId - Variable in class velox.api.layer1.data.ExecutionInfo
- orderId - Variable in class velox.api.layer1.data.OrderInfo
- orderId - Variable in class velox.api.layer1.data.OrderUpdateParameters
- OrderInfo - Class in velox.api.layer1.data
-
Cumulative information about the order
- OrderInfo(String, String, boolean, OrderType, String, boolean, int, int, double, OrderDuration, OrderStatus, double, double, boolean, long) - Constructor for class velox.api.layer1.data.OrderInfo
-
Deprecated.
- OrderInfo(String, String, boolean, OrderType, String, boolean, int, int, double, OrderDuration, OrderStatus, double, double, boolean, long, boolean) - Constructor for class velox.api.layer1.data.OrderInfo
-
Deprecated.
- OrderInfo(String, String, boolean, OrderType, String, boolean, int, int, double, OrderDuration, OrderStatus, double, double, boolean, long, boolean, boolean) - Constructor for class velox.api.layer1.data.OrderInfo
-
Deprecated.
- OrderInfoBuilder - Class in velox.api.layer1.data
-
Modifiable version of OrderInfo/OrderInfoUpdate.
- OrderInfoBuilder(String, String, boolean, OrderType, String, boolean) - Constructor for class velox.api.layer1.data.OrderInfoBuilder
- orderInfoUpdate - Variable in class velox.api.layer1.datastructure.events.OrderUpdatedEvent
- OrderInfoUpdate - Class in velox.api.layer1.data
-
Contains cumulative information about the order + boolean fields, that mark what has changed since the last time it was reported.
- OrderInfoUpdate(String, String, boolean, OrderType, String, boolean, int, boolean, int, boolean, double, boolean, OrderDuration, boolean, OrderStatus, boolean, double, boolean, double, boolean, boolean, boolean, long, boolean) - Constructor for class velox.api.layer1.data.OrderInfoUpdate
-
Deprecated.
- OrderInfoUpdate(String, String, boolean, OrderType, String, boolean, int, boolean, int, boolean, double, boolean, OrderDuration, boolean, OrderStatus, boolean, double, boolean, double, boolean, boolean, boolean, long, boolean, boolean) - Constructor for class velox.api.layer1.data.OrderInfoUpdate
-
Deprecated.
- OrderInfoUpdate(String, String, boolean, OrderType, String, boolean, int, boolean, int, boolean, double, boolean, OrderDuration, boolean, OrderStatus, boolean, double, boolean, double, boolean, boolean, boolean, long, boolean, boolean, boolean) - Constructor for class velox.api.layer1.data.OrderInfoUpdate
-
Deprecated.
- OrderInfoUpdate(OrderInfo) - Constructor for class velox.api.layer1.data.OrderInfoUpdate
- OrderMoveParameters - Class in velox.api.layer1.data
-
Used to change order price(s)
- OrderMoveParameters(String, double, double) - Constructor for class velox.api.layer1.data.OrderMoveParameters
- OrderMoveParameters.Builder - Class in velox.api.layer1.data
- OrderMoveToMarketParameters - Class in velox.api.layer1.data
-
Used to change order price so it gets immediately executed
- OrderMoveToMarketParameters(String, int) - Constructor for class velox.api.layer1.data.OrderMoveToMarketParameters
- OrderMoveToMarketParameters(OrderMoveToMarketParameters.Builder) - Constructor for class velox.api.layer1.data.OrderMoveToMarketParameters
- OrderMoveToMarketParameters.Builder - Class in velox.api.layer1.data
- OrderQueuePositionUserMessage - Class in velox.api.layer0.data
-
Deprecated.
- OrderQueuePositionUserMessage(String, int) - Constructor for class velox.api.layer0.data.OrderQueuePositionUserMessage
-
Deprecated.Record order position in the queue
- OrderRepresentationHelper - Class in velox.api.layer1.common.helper
- OrderRepresentationHelper() - Constructor for class velox.api.layer1.common.helper.OrderRepresentationHelper
- OrderRepresentationHelper.PriceFormatter - Interface in velox.api.layer1.common.helper
- OrderResizeParameters - Class in velox.api.layer1.data
-
Used to change order size
- OrderResizeParameters(String, int) - Constructor for class velox.api.layer1.data.OrderResizeParameters
- OrderResizeParameters.Builder - Class in velox.api.layer1.data
- orders - Variable in class velox.api.layer1.data.OcoOrderSendParameters
- orders - Variable in class velox.api.layer1.data.OsoOrderSendParameters
- ORDERS - Enum constant in enum class velox.api.layer1.messages.indicators.StrategyUpdateGeneratorFilter.StrategyUpdateGeneratorEventType
- OrderSendParameters - Interface in velox.api.layer1.data
-
Base interface for sending any order type
- orderSize - Variable in class velox.api.layer1.messages.Layer1ApiSetOrderSizeMessage
- OrderStatus - Enum Class in velox.api.layer1.data
-
Order status
- OrderType - Enum Class in velox.api.layer1.data
-
Order type
- OrderUpdatedEvent - Class in velox.api.layer1.datastructure.events
-
Order update event.
- OrderUpdatedEvent(long, OrderInfoUpdate, String) - Constructor for class velox.api.layer1.datastructure.events.OrderUpdatedEvent
- OrderUpdatedEvent(OrderUpdatedEvent) - Constructor for class velox.api.layer1.datastructure.events.OrderUpdatedEvent
- OrderUpdateParameters - Class in velox.api.layer1.data
-
Basic parameters necessary to perform any order update
- OrderUpdateParameters(String) - Constructor for class velox.api.layer1.data.OrderUpdateParameters
- OrderUpdateParameters(String, OrderEntryType) - Constructor for class velox.api.layer1.data.OrderUpdateParameters
- OrderUpdateParameters(OrderUpdateParameters.Builder<?>) - Constructor for class velox.api.layer1.data.OrderUpdateParameters
- OrderUpdateParameters.Builder<T> - Class in velox.api.layer1.data
- OrderUpdateResult(int, long, long) - Constructor for class velox.api.layer1.layers.utils.OrderByOrderBook.OrderUpdateResult
- orderUpdates - Variable in class velox.api.layer1.datastructure.events.OrderUpdatesExecutionsAggregationEvent
-
List of updates.
- OrderUpdatesExecutionsAggregationEvent - Class in velox.api.layer1.datastructure.events
-
Keeps info about all updates and executions that happened to orders
- OrderUpdatesExecutionsAggregationEvent(long) - Constructor for class velox.api.layer1.datastructure.events.OrderUpdatesExecutionsAggregationEvent
- ordinalNumber - Variable in enum class velox.api.layer1.data.OrderType
-
Specifies the order of OrderType values, for example for sorting.
- oso - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
- OSO - Enum constant in enum class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures.ClientSideFeature
-
Layer1ApiProviderSupportedFeatures.osois client-side - OsoOrderSendParameters - Class in velox.api.layer1.data
- OsoOrderSendParameters(List<SimpleOrderSendParameters>) - Constructor for class velox.api.layer1.data.OsoOrderSendParameters
- OTHER - Enum constant in enum class velox.api.layer1.messages.indicators.StrategyUpdateGeneratorFilter.StrategyUpdateGeneratorEventType
-
Everything not listed above.
- ovalAdjustButton() - Method in record class velox.gui.colors.ColorsConfigItem.GuiConfig
-
Returns the value of the
ovalAdjustButtonrecord component. - owner - Variable in class velox.api.layer1.messages.Layer1ApiTimeFreeze
-
Source of the freeze.
- ownerClassName - Variable in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
-
Name of owner strategy class
- ownerClassName - Variable in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyScreenSpacePainter
-
Name of owner strategy class
- ownerUserName - Variable in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
-
User friendly name of owner strategy class (if provided via
Layer1StrategyName) - ownerUserName - Variable in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyScreenSpacePainter
-
User friendly name of owner strategy class (if provided via
Layer1StrategyName)
P
- panel - Variable in class velox.api.layer0.credentialscomponents.MultiCredentialsComponent
-
The panel typically populated and returned by
CredentialsComponent.getCompoundComponent()method - parseDouble(String) - Static method in class velox.gui.utils.localization.LocalizationUtils
-
Locale specific parse of text that represent double number
- parseInteger(String) - Static method in class velox.gui.utils.localization.LocalizationUtils
-
Locale specific parse of text that represent integer number
- parseLong(String) - Static method in class velox.gui.utils.localization.LocalizationUtils
-
Locale specific parse of text that represent long number
- parseNumber(String) - Static method in class velox.gui.utils.localization.LocalizationUtils
-
Locale specific parse of text that represent number
- passiveOrderId - Variable in class velox.api.layer1.data.TradeInfo
-
order (partially) consumed by aggressor, can be null if not known/not applicable
- password - Variable in class velox.api.layer1.data.UserPasswordLoginData
- PENDING - Enum constant in enum class velox.api.layer1.messages.Layer1ApiSoundAlertMessage.SoundAlertStatus
-
In queue, waiting its turn
- PENDING_CANCEL - Enum constant in enum class velox.api.layer1.data.OrderStatus
- PENDING_MODIFY - Enum constant in enum class velox.api.layer1.data.OrderStatus
- PENDING_SUBMIT - Enum constant in enum class velox.api.layer1.data.OrderStatus
- PERCENT_STYLE - Enum constant in enum class velox.gui.utils.localization.NumberFormatStyle
-
Constant to specify a style of format to display percent.
- perflog() - Static method in class velox.api.layer1.common.Log
- perflog(String) - Static method in class velox.api.layer1.common.Log
- perflog(String, long) - Static method in class velox.api.layer1.common.Log
- perflogReset() - Static method in class velox.api.layer1.common.Log
- performAction(String, KeyEvent) - Method in interface velox.api.layer1.actions.Action
-
Will be triggered when a user presses shortcut associated with this action.
- PerformanceLoggingHelper - Class in velox.api.layer1.utils
-
Helper class used to request a performance log record.
- PerformanceLoggingHelper() - Constructor for class velox.api.layer1.utils.PerformanceLoggingHelper
- PerInstrumentHistoricalDataInfo - Class in velox.api.layer1.data
-
Allows historical data info to be different for each instrument
- PerInstrumentHistoricalDataInfo(Function<SubscribeInfo, HistoricalDataInfo>) - Constructor for class velox.api.layer1.data.PerInstrumentHistoricalDataInfo
- pips - Variable in class velox.api.layer1.data.InstrumentInfo.BuilderBase
- pips - Variable in class velox.api.layer1.data.InstrumentInfo
-
Also known as min tick, tick size or minimal price increment.
- pips - Variable in class velox.api.layer1.data.SubscribeInfoCrypto
-
Some cryptocurrencies might have pips (min tick) too low to be useful in bookmap.
- pipsFunction - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
-
If set, it will be called to determine what are the possible pips values for selected instrument
- pipsFunction - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- pipsSupplier - Variable in class velox.api.layer1.data.SymbolMappingInfo
-
Function that supplies pips value (see
InstrumentInfo.pips) based on the provided price. - PIXEL_ZERO - Enum constant in enum class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.CompositeCoordinateBase
-
Handle price and pixels as offset relative to pixels zero (left/bottom)
- PIXELS - Enum constant in enum class velox.api.layer1.layers.strategies.interfaces.CanvasMouseEvent.CoordinateRequestType
- pixelsOffsetX - Variable in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.RelativeHorizontalCoordinate
- pixelsOffsetY - Variable in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.RelativeVerticalCoordinate
- pixelsX - Variable in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.CompositeHorizontalCoordinate
-
Pixels offset relative to the origin (added up with
ScreenSpaceCanvas.CompositeHorizontalCoordinate.timeX). - pixelsY - Variable in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.CompositeVerticalCoordinate
-
Pixels offset relative to the origin (added up with
ScreenSpaceCanvas.CompositeVerticalCoordinate.dataY). - PLAYING - Enum constant in enum class velox.api.layer1.messages.Layer1ApiSoundAlertMessage.SoundAlertStatus
-
Started playing
- PLURAL_CURRENCY_STYLE - Enum constant in enum class velox.gui.utils.localization.NumberFormatStyle
-
Constant to specify currency style of format which uses currency long name with plural format to represent currency, for example, "3.00 US Dollars".
- popup - Variable in class velox.api.layer1.messages.Layer1ApiAlertSettingsMessage
-
True if the sound alerts described with a linked alert declaration have a popup notification
- POPUP_CLOSED - Enum constant in enum class velox.api.layer1.messages.Layer1ApiSoundAlertMessage.SoundAlertStatus
-
UI popup has been closed
- position - Variable in class velox.api.layer0.data.OrderQueuePositionUserMessage
-
Deprecated.
- position - Variable in class velox.api.layer1.data.StatusInfo
-
position
- predictFullName(Class<?>, String) - Static method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
-
There is no guarantee that value returned from this method will be the same as indicator's full name
Do not use this method to predict strategy name - predictFullName(Class<?>, String) - Static method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyScreenSpacePainter
-
There is no guarantee that value returned from this method will be the same as indicator's full name
Do not use this method to predict strategy name - preferredSize() - Method in class velox.gui.BookmapScrollPane
- PreparedImage(BufferedImage) - Constructor for class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.PreparedImage
- previousDayBalance - Variable in class velox.api.layer1.data.BalanceInfo.BalanceInCurrency
- price - Variable in class velox.api.layer0.data.IndicatorPointUserMessage
-
Deprecated.
- price - Variable in class velox.api.layer0.data.TextDataMessage
- price - Variable in class velox.api.layer1.data.ExecutionInfo
-
Price where execution happened
- price - Variable in class velox.api.layer1.datastructure.events.MboAggregationEvent.PriceSizeUpdate
- price - Variable in class velox.api.layer1.layers.utils.OrderByOrderBook.Order
-
order price
- price - Variable in class velox.api.layer1.messages.NbboEvent
- PriceFormatHelper - Class in velox.api.layer1.providers.helper
- PriceFormatHelper() - Constructor for class velox.api.layer1.providers.helper.PriceFormatHelper
- priceMultiplier - Variable in class velox.api.layer1.data.SubscribeInfoCrypto
-
Deprecated.
- PriceRangeCalculationHelper - Class in velox.api.layer1.utils
-
Provides implementations of price range calculation
- PriceRangeCalculationHelper() - Constructor for class velox.api.layer1.utils.PriceRangeCalculationHelper
- PRICES_STEPS_MULTIPLIERS - Static variable in class velox.api.layer1.utils.PriceRangeCalculationHelper
- PriceSizeUpdate(int, int) - Constructor for class velox.api.layer1.datastructure.events.MboAggregationEvent.PriceSizeUpdate
- priceStep - Variable in class velox.api.layer1.utils.CalculatePricesResult
- PRIMARY - Enum constant in enum class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.GraphType
-
Display over main chart.
- PrioritizedRunnable(Runnable, int) - Constructor for class velox.api.layer1.common.helper.ExecutorsHelper.PrioritizedRunnable
- priority - Variable in enum class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.LayerRenderPriority
- priority - Variable in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage
-
The priority value helps to order sound messages in a sound play queue.
- provider - Variable in class velox.api.layer1.layers.Layer1ApiRelay
-
Do not change it directly, use
Layer1ApiRelay.setProvider(Layer1ApiProvider). - provider - Variable in class velox.api.layer1.utils.SupportedFeaturesRequestMessages.SupportedFeaturesForProviderRequest
- provideResponse(Object) - Method in interface velox.api.layer1.layers.strategies.interfaces.CalculatedResultListener
-
It is expected that number of provided responses is equal to number of requested intervals.
- providerProgrammaticName - Variable in class velox.api.layer1.data.AccountInfo
-
Programmatic name (unique internal provider identifier) of the provider this account belongs to.
- ProviderSelectorMessage - Class in velox.api.layer1.providers.data
-
The message specifies that the next action relates to a specific provider (where it can't be derived from other data).
- ProviderSelectorMessage(ProviderType) - Constructor for class velox.api.layer1.providers.data.ProviderSelectorMessage
-
DO NOT use this directly, use
ProviderType.getProviderSelectorMessage()instead - this way you'll avoid creating a new object every time. - providerType - Variable in class velox.api.layer1.messages.Layer1ApiAccountIdConvertMessage
- providerType - Variable in class velox.api.layer1.messages.Layer1ApiAdditionalLoginDataMessage
- providerType - Variable in class velox.api.layer1.messages.Layer1ApiLookUpInstrumentSubscribeInfoMessage
- ProviderTypeHelper - Class in velox.api.layer1.common.helper
- ProviderTypeHelper() - Constructor for class velox.api.layer1.common.helper.ProviderTypeHelper
- publishChange() - Method in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.BasicCanvasShape
- PublishClass - Annotation Interface in velox.api.layer1.annotations
-
Items marked with this annotation are exposed as part of L1 API.
R
- rateToBase - Variable in class velox.api.layer1.data.BalanceInfo.BalanceInCurrency
-
Conversion rate to account base currency.
- RawDataHelper - Class in velox.api.layer1.providers.helper
-
You can use this helper class to record raw data.
- RawDataHelper() - Constructor for class velox.api.layer1.providers.helper.RawDataHelper
- ReadFileLoginData - Class in velox.api.layer0.data
-
Request to start reading specific file
- ReadFileLoginData(File) - Constructor for class velox.api.layer0.data.ReadFileLoginData
- realizedPnl - Variable in class velox.api.layer1.data.BalanceInfo.BalanceInCurrency
- realizedPnl - Variable in class velox.api.layer1.data.StatusInfo
-
realized (closed) PnL
- reason - Variable in class velox.api.layer1.messages.Layer1ApiAdditionalLoginDataMessage.LoginFailedCallback
- reason - Variable in class velox.api.layer1.messages.Layer1ApiUserMessageReadCatchupDataFinished
- receiveCrossTradingStatusMessage - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
-
Indicates if the provider wants to receive a message when cross-trading starts/stops on one of its instruments.
- recordingTag - Variable in class velox.api.layer1.data.InstrumentInfo.BuilderBase
- recordingTag - Variable in class velox.api.layer1.data.InstrumentInfo
-
Used to distinguish local history with special modes on the per instrument basis (i.e.
- redirectUserMessage(Object, Function<Object, Object>, Function<String, String>) - Static method in class velox.api.layer1.providers.helper.InstrumentDataRequestRedirectHelper
-
Should be used inside
Layer1ApiAdminProvider.sendUserMessage(Object), helps you to redirect requests Delegates toInstrumentDataRequestRedirectHelper.redirectUserMessage(Object, Function, Function, boolean)without keeping provider (use this method for synthetic instruments) - redirectUserMessage(Object, Function<Object, Object>, Function<String, String>, boolean) - Static method in class velox.api.layer1.providers.helper.InstrumentDataRequestRedirectHelper
-
Should be used inside
Layer1ApiAdminProvider.sendUserMessage(Object), helps you to redirect requests - REENTER_CREDENTIALS - Enum constant in enum class velox.api.layer1.data.LoginFailedReason
-
Enter credentials again (the same ones).
- Register a UI for controlling addon's notifications with Layer1ApiAlertGuiMessage - Search tag in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage
- Section
- REJECTED - Enum constant in enum class velox.api.layer1.data.OrderStatus
- RELATIVE - Enum constant in enum class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.CompositeCoordinateBase
-
This coordinate has no absolute meaning and only makes sense in combination with some other data
- RelativeDataHorizontalCoordinate(ScreenSpaceCanvas.HorizontalCoordinate, long) - Constructor for class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.RelativeDataHorizontalCoordinate
- RelativeDataVerticalCoordinate(ScreenSpaceCanvas.VerticalCoordinate, double) - Constructor for class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.RelativeDataVerticalCoordinate
- RelativeHorizontalCoordinate(ScreenSpaceCanvas.HorizontalCoordinate, int, long) - Constructor for class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.RelativeHorizontalCoordinate
- RelativePixelHorizontalCoordinate(ScreenSpaceCanvas.HorizontalCoordinate, int) - Constructor for class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.RelativePixelHorizontalCoordinate
- RelativePixelVerticalCoordinate(ScreenSpaceCanvas.VerticalCoordinate, int) - Constructor for class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.RelativePixelVerticalCoordinate
- RelativeVerticalCoordinate(ScreenSpaceCanvas.VerticalCoordinate, double, int) - Constructor for class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.RelativeVerticalCoordinate
- REMOVAL - Static variable in class velox.api.layer1.datastructure.events.MboAggregationEvent.PriceSizeUpdate
- removeFocusListener(FocusListener) - Method in class velox.api.layer1.gui.StatusIconTextField
- removeHyperlinkListener(JEditorPane) - Static method in class velox.api.layer1.utils.HyperlinkHelper
-
Removes the hyperlink listener if you added it before using
HyperlinkHelper.addHyperlinkListener(JEditorPane editorPane) - removeKeyListener(KeyListener) - Method in class velox.api.layer1.gui.StatusIconTextField
- removeListener(Layer1ApiAdminListener) - Method in class velox.api.layer0.live.ExternalLiveBaseProvider
- removeListener(Layer1ApiAdminListener) - Method in class velox.api.layer0.replay.ExternalReaderBaseProvider
- removeListener(Layer1ApiAdminListener) - Method in interface velox.api.layer1.Layer1ApiAdminListenable
-
Remove listener for general events
- removeListener(Layer1ApiAdminListener) - Method in class velox.api.layer1.Layer1ApiBasicListenable
- removeListener(Layer1ApiDataListener) - Method in class velox.api.layer0.live.ExternalLiveBaseProvider
- removeListener(Layer1ApiDataListener) - Method in class velox.api.layer0.replay.ExternalReaderBaseProvider
- removeListener(Layer1ApiDataListener) - Method in class velox.api.layer1.Layer1ApiBasicListenable
- removeListener(Layer1ApiDataListener) - Method in interface velox.api.layer1.Layer1ApiDataListenable
-
Remove data listener
- removeListener(Layer1ApiInstrumentListener) - Method in class velox.api.layer0.live.ExternalLiveBaseProvider
- removeListener(Layer1ApiInstrumentListener) - Method in class velox.api.layer0.replay.ExternalReaderBaseProvider
- removeListener(Layer1ApiInstrumentListener) - Method in class velox.api.layer1.Layer1ApiBasicListenable
- removeListener(Layer1ApiInstrumentListener) - Method in interface velox.api.layer1.Layer1ApiInstrumentListenable
-
Remove instrument events listener
- removeListener(Layer1ApiMboDataListener) - Method in class velox.api.layer0.live.ExternalLiveBaseProvider
- removeListener(Layer1ApiMboDataListener) - Method in class velox.api.layer0.replay.ExternalReaderBaseProvider
- removeListener(Layer1ApiMboDataListener) - Method in class velox.api.layer1.Layer1ApiBasicListenable
- removeListener(Layer1ApiMboDataListener) - Method in interface velox.api.layer1.Layer1ApiMboDataListenable
-
Remove mbo data listener
- removeListener(Layer1ApiTradingListener) - Method in class velox.api.layer0.live.ExternalLiveBaseProvider
- removeListener(Layer1ApiTradingListener) - Method in class velox.api.layer0.replay.ExternalReaderBaseProvider
- removeListener(Layer1ApiTradingListener) - Method in class velox.api.layer1.Layer1ApiBasicListenable
- removeListener(Layer1ApiTradingListener) - Method in interface velox.api.layer1.Layer1ApiTradingListenable
-
Remove trading listener
- removeListeners(LayerApiListenable, Object) - Static method in class velox.api.layer1.common.ListenableHelper
-
Unsubscribe as
Layer1ApiAdminListener,Layer1ApiDataListener,Layer1ApiInstrumentListener,Layer1ApiTradingListenerif applicable. - removeOrder(long) - Method in class velox.api.layer1.layers.utils.OrderByOrderBook
-
Remove existing order from the book
- removeReloadListenersIf(Predicate<Runnable>) - Method in class velox.gui.StrategyPanel
-
Remove reloadListeners (see
StrategyPanel.requestReload()) which match the rule. - removeShape(ScreenSpaceCanvas.CanvasShape) - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas
- REPEAT_COUNT_INFINITE - Static variable in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage
- repeatCount - Variable in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage
-
Number of times sound will be repeated or
Layer1ApiSoundAlertMessage.REPEAT_COUNT_INFINITEfor infinite replay (until cancelled by user). - repeatDelay - Variable in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage
-
Delay between sound repetitions.
- replace(String, int, int) - Method in class velox.api.layer1.layers.utils.mbo.OrderBookMbo
- replace(String, int, int) - Method in class velox.api.layer1.layers.utils.mbo.OrderBookMboUnsorted
- reportError(Throwable, L1ErrorSink.Callback) - Method in interface velox.api.layer1.L1ErrorSink
-
must be non-blocking,
- representation(SimpleOrderSendParameters.PriceFormatter, double) - Method in class velox.api.layer1.data.SimpleOrderSendParameters
- requestedSymbol - Variable in class velox.api.layer1.data.InstrumentInfo.BuilderBase
- requestedSymbol - Variable in class velox.api.layer1.data.InstrumentInfo
-
Used to correctly handle "generic" instrument substitution.
- requestFocus() - Method in class velox.api.layer1.gui.StatusIconTextField
- requestReload() - Method in class velox.gui.StrategyPanel
-
Reload strategy panels,
Layer1CustomPanelsGetter.getCustomGuiFor(String, String)will be called again if panel was still visible to retrieve updated version - RESERVED_ID_HISTORICAL_DATA - Static variable in class velox.api.layer1.messages.Layer1ApiUserMessageNotification
- ResultPriceAxisInfo(double, double, String[]) - Constructor for class velox.api.layer1.layers.strategies.interfaces.Layer1PriceAxisRangeCalculatable.ResultPriceAxisInfo
- resume() - Method in class velox.api.layer1.messages.Layer1ApiTimeFreeze
-
Resume event flow.
- reversingPositionHint - Variable in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- reversingPositionHint - Variable in class velox.api.layer1.data.SimpleOrderSendParameters
-
Indicates that intention is to reverse position.
- RIGHT_OF_TIMELINE - Enum constant in enum class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvasFactory.ScreenSpaceCanvasType
- rightLineStyleMask - Variable in class velox.api.layer0.data.IndicatorDefinitionUserMessage
-
Deprecated.
- rightLineStyleMask - Variable in class velox.api.layer1.messages.indicators.IndicatorLineStyle
-
Mask for the right line style.
- rightLineStyleMultiplier - Variable in class velox.api.layer0.data.IndicatorDefinitionUserMessage
-
Deprecated.
- rightLineStyleMultiplier - Variable in class velox.api.layer1.messages.indicators.IndicatorLineStyle
-
Multiplier for the right line style.
- rightLineWidth - Variable in class velox.api.layer0.data.IndicatorDefinitionUserMessage
-
Deprecated.
- rightLineWidth - Variable in class velox.api.layer1.messages.indicators.IndicatorLineStyle
-
Right line width.
- run() - Method in class velox.api.layer1.common.helper.ExecutorsHelper.PrioritizedRunnable
- run() - Method in class velox.api.layer1.providers.data.TradeAggregator
- RunModeHelper - Class in velox.api.layer1.common
-
This class can be used to retrieve Bookmap Run Mode
- RunModeHelper() - Constructor for class velox.api.layer1.common.RunModeHelper
S
- safeInject(Runnable) - Method in class velox.api.layer1.layers.Layer1ApiInjectorRelay
-
Deprecated.
- SAME_SIDE_LMT_STP_PAIR - Enum constant in enum class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures.SupportedOcoFeature
- say(String) - Static method in class velox.api.layer1.layers.utils.SoundSynthHelper
-
Synthesize and say immediately.
- SCIENTIFIC_STYLE - Enum constant in enum class velox.gui.utils.localization.NumberFormatStyle
-
Constant to specify a style of format to display scientific number.
- score - Variable in enum class velox.api.layer1.layers.strategies.interfaces.MouseModuleScore
- ScreenSpaceCanvas - Interface in velox.api.layer1.layers.strategies.interfaces
- ScreenSpaceCanvas.BasicCanvasShape - Class in velox.api.layer1.layers.strategies.interfaces
- ScreenSpaceCanvas.CanvasIcon - Class in velox.api.layer1.layers.strategies.interfaces
- ScreenSpaceCanvas.CanvasShape - Interface in velox.api.layer1.layers.strategies.interfaces
- ScreenSpaceCanvas.CompositeCoordinateBase - Enum Class in velox.api.layer1.layers.strategies.interfaces
- ScreenSpaceCanvas.CompositeHorizontalCoordinate - Class in velox.api.layer1.layers.strategies.interfaces
-
Horizontal coordinate described in universal way.
- ScreenSpaceCanvas.CompositeVerticalCoordinate - Class in velox.api.layer1.layers.strategies.interfaces
-
Vertical coordinate described in universal way.
- ScreenSpaceCanvas.HorizontalCoordinate - Interface in velox.api.layer1.layers.strategies.interfaces
- ScreenSpaceCanvas.PreparedImage - Class in velox.api.layer1.layers.strategies.interfaces
-
Wrapper for an image.
- ScreenSpaceCanvas.RelativeDataHorizontalCoordinate - Class in velox.api.layer1.layers.strategies.interfaces
-
Horizontal coordinate offset certain number of data levels point
- ScreenSpaceCanvas.RelativeDataVerticalCoordinate - Class in velox.api.layer1.layers.strategies.interfaces
-
Vertical coordinate offset certain number of data levels from base point
- ScreenSpaceCanvas.RelativeHorizontalCoordinate - Class in velox.api.layer1.layers.strategies.interfaces
-
Horizontal coordinate offset in a certain way relative to base point
- ScreenSpaceCanvas.RelativePixelHorizontalCoordinate - Class in velox.api.layer1.layers.strategies.interfaces
-
Horizontal coordinate offset certain number of pixels from base point
- ScreenSpaceCanvas.RelativePixelVerticalCoordinate - Class in velox.api.layer1.layers.strategies.interfaces
-
Vertical coordinate offset certain number of pixels from base point
- ScreenSpaceCanvas.RelativeVerticalCoordinate - Class in velox.api.layer1.layers.strategies.interfaces
-
Vertical coordinate offset in a certain way relative to base point
- ScreenSpaceCanvas.VerticalCoordinate - Interface in velox.api.layer1.layers.strategies.interfaces
- ScreenSpaceCanvasFactory - Interface in velox.api.layer1.layers.strategies.interfaces
- ScreenSpaceCanvasFactory.ScreenSpaceCanvasType - Enum Class in velox.api.layer1.layers.strategies.interfaces
-
Area that canvas corresponds to
- ScreenSpacePainter - Interface in velox.api.layer1.layers.strategies.interfaces
-
Provides information regarding where user is looking at.
- ScreenSpacePainterAdapter - Interface in velox.api.layer1.layers.strategies.interfaces
- screenSpacePainterFactory - Variable in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyScreenSpacePainter
- ScreenSpacePainterFactory - Interface in velox.api.layer1.layers.strategies.interfaces
- second - Variable in class velox.api.layer1.providers.data.Combination
- SelectAccountMessage - Class in velox.api.layer1.messages
-
This message requests account selection.
- SelectAccountMessage(AccountInfo[]) - Constructor for class velox.api.layer1.messages.SelectAccountMessage
-
Constructs new account selection request
- SelectedAccountChangedMessage - Class in velox.api.layer1.messages
-
Message that is sent via
Layer1ApiAdminListener.onUserMessage(Object), when the user changes the selected trading account in the GUI on TCP (Trading Control Panel). - SelectedAccountChangedMessage(String, String) - Constructor for class velox.api.layer1.messages.SelectedAccountChangedMessage
- self() - Method in class velox.api.layer1.data.InstrumentCoreInfo.Builder
- self() - Method in class velox.api.layer1.data.InstrumentCoreInfo.BuilderBase
- self() - Method in class velox.api.layer1.data.InstrumentInfo.Builder
- self() - Method in class velox.api.layer1.data.OrderCancelParameters.Builder
- self() - Method in class velox.api.layer1.data.OrderMoveParameters.Builder
- self() - Method in class velox.api.layer1.data.OrderMoveToMarketParameters.Builder
- self() - Method in class velox.api.layer1.data.OrderResizeParameters.Builder
- self() - Method in class velox.api.layer1.data.OrderUpdateParameters.Builder
- selfTest() - Method in class velox.api.layer1.layers.utils.OrderByOrderBook
-
Run self-check verifying order book validity.
- send(String, boolean, int, int) - Method in class velox.api.layer1.layers.utils.mbo.OrderBookMbo
- send(String, boolean, int, int) - Method in class velox.api.layer1.layers.utils.mbo.OrderBookMboUnsorted
- Send an initial Layer1ApiAlertSettingsMessage for a new declaration, and listen for alert settings coming from Bookmap - Search tag in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage
- Section
- sendDataToListener(String, Layer1ApiMboDataListener) - Method in class velox.api.layer1.layers.utils.mbo.OrderBookMbo
- sendDataToListener(String, Layer1ApiMboDataListener) - Method in class velox.api.layer1.layers.utils.mbo.OrderBookMboUnsorted
-
Note that unlike
OrderBookMbo.sendDataToListener(String, Layer1ApiMboDataListener)this one is somewhat slow - it has to sort orders by levels first, which is done by constructingOrderBookMbo - sendOrder(OrderSendParameters) - Method in class velox.api.layer0.replay.ExternalReaderBaseProvider
- sendOrder(OrderSendParameters) - Method in interface velox.api.layer1.Layer1ApiTradingProvider
-
Submit order with specified parameters
- sendOrder(OrderSendParameters) - Method in class velox.api.layer1.layers.Layer1ApiRelay
- sendRawData(String, List<Layer1ApiAdminListener>) - Static method in class velox.api.layer1.providers.helper.RawDataHelper
-
Record raw data.
- sendUserMessage(Object) - Method in class velox.api.layer0.live.ExternalLiveBaseProvider
-
Some messages might reach the provider, but those can be ignored
- sendUserMessage(Object) - Method in class velox.api.layer0.replay.ExternalReaderBaseProvider
- sendUserMessage(Object) - Method in interface velox.api.layer1.Layer1ApiAdminProvider
-
Send a downstream event.
- sendUserMessage(Object) - Method in class velox.api.layer1.layers.Layer1ApiRelay
- sendUserMessage(Object) - Method in class velox.api.layer1.layers.Layer1ApiStrategiesEchoMessagesLayer
- SEPARATOR_COLOR - Static variable in class velox.gui.colors.Colors
- serverUrl - Variable in class velox.api.layer1.data.BmSimpleHistoricalDataInfo
-
URL of historical server
- set(int) - Method in class velox.api.layer1.messages.SelectAccountMessage
-
Sets selected account index after selection is performed.
- set(String, Color) - Method in interface velox.api.layer1.messages.indicators.IndicatorColorInterface
- set(String, String) - Static method in class velox.api.layer1.common.Layer1GlobalStorage
-
Store value globally.
- setAccountId(String) - Method in class velox.api.layer1.data.AbstractSingleOrderSendParametersBuilder
- setAccountId(String) - Method in class velox.api.layer1.data.BalanceInfoBuilder
-
Indicate which account the balance is for.
- setAccountId(String) - Method in class velox.api.layer1.data.OrderInfoBuilder
- setAccountId(String) - Method in class velox.api.layer1.data.StatusInfoBuilder
-
It was forgotten to make this method return
StatusInfoBuilderinstead ofvoidin the original, so useStatusInfoBuilder.accountId(String)instead if you want to chain calls. - setAccountName(String) - Method in class velox.api.layer1.data.BalanceInfoBuilder
-
Deprecated.Use
BalanceInfoBuilder.setAccountId(String)instead - setAccountType(AccountType) - Method in class velox.api.layer1.data.AccountInfoBuilder
- setAdd(boolean) - Method in class velox.api.layer1.messages.Layer1ApiRequestCurrentTimeEvents
- setAdditionalInfo(String) - Method in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage.Builder
- setAdditionalStopLossTiers(List<BracketTier>) - Method in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- setAdditionalTakeProfitTiers(List<BracketTier>) - Method in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- setAdditionalTimeSource(Supplier<Long>) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setAlertDeclarationId(String) - Method in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage.Builder
- setAlias(String) - Method in class velox.api.layer1.data.AbstractSingleOrderSendParametersBuilder
- setAlias(String) - Method in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage.Builder
- setAliasFiler(AliasFilter) - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.Builder
- setAliasFilter(AliasFilter) - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyScreenSpacePainter.Builder
- setAliasMatcher(Predicate<String>) - Method in class velox.api.layer1.messages.Layer1ApiSoundAlertDeclarationMessage.Builder
- setApiProtected(boolean) - Method in class velox.api.layer1.data.InstrumentInfo.BuilderBase
-
If this flag is set to true, then all add-ons, except those marked with
UnrestrictedDataannotation, will be blocked from receiving data from this instrument - setAverageFillPrice(double) - Method in class velox.api.layer1.data.OrderInfoBuilder
- setAveragePrice(double) - Method in class velox.api.layer1.data.StatusInfoBuilder
- setBalancesInCurrency(ArrayList<BalanceInfo.BalanceInCurrency>) - Method in class velox.api.layer1.data.BalanceInfoBuilder
- setBalanceSupported(boolean) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setBatchEnd(boolean) - Method in class velox.api.layer1.data.OrderCancelParameters.Builder
- setBatchId(Long) - Method in class velox.api.layer1.data.OrderCancelParameters.Builder
- setBookmapVersionOnce(String) - Static method in class velox.api.layer1.common.VersionHelper
-
Called by Bookmap code once to set version which will later become available to Layer1 API.
- setBoundsInfo(BoundsInfo) - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.Builder
- setBrackets(boolean) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setBracketTiers(boolean) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setBuy(boolean) - Method in class velox.api.layer1.data.AbstractSingleOrderSendParametersBuilder
- setBuy(boolean) - Method in class velox.api.layer1.data.OrderInfoBuilder
- setChangeListener(Runnable) - Method in class velox.api.layer1.gui.StatusIconTextField
- setClientId(String) - Method in class velox.api.layer1.data.AbstractSingleOrderSendParametersBuilder
- setClientId(String) - Method in class velox.api.layer1.data.OrderInfoBuilder
- setClientSideFeatures(Set<Layer1ApiProviderSupportedFeatures.ClientSideFeature>) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setClosingPositionHint(boolean) - Method in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- setColor(Color, boolean) - Method in class velox.gui.colors.ColorsConfigItem
- setColor(String, String, Color) - Method in interface velox.api.layer1.layers.strategies.interfaces.Layer1IndicatorColorInterface
-
Can be called if color is changed from external places such as dialogs or context menues
- setColorInterface(Layer1IndicatorColorInterface) - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.Builder
- setCompleted() - Method in interface velox.api.layer1.layers.strategies.interfaces.CalculatedResultListener
-
You are required to make this call when you either completed and provided all calculations or aborted calculation.
- setCompressFromOutside(boolean) - Method in class velox.gui.BookmapScrollPane
-
This method sets the value of compressFromOutside flag (see class documentation for the explanation of this flag).
- setConvertOrderToMkt(boolean) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setCrypto(boolean) - Method in class velox.api.layer1.data.InstrumentInfo.BuilderBase
-
Allows bookmap to distinguish crypto instruments from other types.
- setCurrency(String) - Method in class velox.api.layer1.data.StatusInfoBuilder
- setDataDelay(long) - Method in class velox.api.layer1.data.InstrumentInfo.BuilderBase
-
Sets the data delay for the instrument.
- setDeclarationId(String) - Method in class velox.api.layer1.messages.Layer1ApiAlertSettingsMessage.Builder
- setDefaultLotSize(int) - Method in class velox.api.layer1.data.InstrumentInfo.BuilderBase
- setDefaultText(String) - Method in class velox.api.layer0.credentialscomponents.CredentialsTextField
- setDefaultTooltipBackgrondColor(Color) - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.Builder
- setDefaultTooltipTextColor(Color) - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.Builder
- setDelayed(boolean) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setDepth(boolean) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setDisplayedInColorDialog(boolean) - Method in class velox.api.layer1.messages.indicators.IndicatorColorScheme.ColorDescription
- setDisplayedInIndicatorPopup(boolean) - Method in class velox.api.layer1.messages.indicators.IndicatorColorScheme.ColorDescription
- setDoNotIncrease(boolean) - Method in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- setDoNotIncrease(boolean) - Method in class velox.api.layer1.data.OrderInfoBuilder
- setDuplicate(boolean) - Method in class velox.api.layer1.data.OrderInfoBuilder
- setDuplicate(boolean) - Method in class velox.api.layer1.data.StatusInfoBuilder
- setDuration(OrderDuration) - Method in class velox.api.layer1.data.AbstractSingleOrderSendParametersBuilder
- setDuration(OrderDuration) - Method in class velox.api.layer1.data.OrderInfoBuilder
- setEnabled(boolean) - Method in class velox.api.layer1.gui.StatusIconTextField
- setEnabled(boolean) - Method in class velox.gui.colors.ColorsConfigItem
- setEnabled(boolean) - Method in class velox.gui.StrategyPanel
- setExchange(String) - Method in class velox.api.layer1.data.InstrumentCoreInfo.BuilderBase
- setExchangeId(String) - Method in class velox.api.layer1.data.OrderInfoBuilder
- setExchangeUsedForSubscription(boolean) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setExecutionId(String) - Method in class velox.api.layer1.data.ExecutionInfoBuilder
- setFieldsFrom(InstrumentCoreInfo) - Method in class velox.api.layer1.data.InstrumentCoreInfo.BuilderBase
- setFieldsFrom(InstrumentInfo) - Method in class velox.api.layer1.data.InstrumentInfo.BuilderBase
- setFilled(int) - Method in class velox.api.layer1.data.OrderInfoBuilder
- setForcedMaxValue(Double) - Method in interface velox.api.layer1.layers.strategies.interfaces.WidgetRangeConsumer
- setForcedMinValue(Double) - Method in interface velox.api.layer1.layers.strategies.interfaces.WidgetRangeConsumer
- setFullDepth(boolean) - Method in class velox.api.layer1.data.InstrumentInfo.BuilderBase
-
True if data provided for instrument is full depth data
- setFullName(String) - Method in class velox.api.layer1.data.InstrumentInfo.BuilderBase
-
Full instrument name on the platforms where it's available, null otherwise
- setFullName(String) - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyScreenSpacePainter.Builder
- setGeneratedEventsConsumer(Consumer<CustomGeneratedEventAliased>) - Method in interface velox.api.layer1.messages.indicators.GeneratedUpdateConsumer
- setGraphLayerRenderPriority(int) - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.Builder
-
Determines order of layers rendered on chart for indicator line.
- setGraphLayerRenderPriority(Layer1ApiUserMessageModifyIndicator.LayerRenderPriority) - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.Builder
-
Determines order of layers rendered on chart for indicator line.
- setGraphType(Layer1ApiUserMessageModifyIndicator.GraphType) - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.Builder
- setGuiPanelsProvider(Function<Layer1ApiSoundAlertDeclarationMessage, StrategyPanel[]>) - Method in class velox.api.layer1.messages.Layer1ApiAlertGuiMessage.Builder
- setHidden(boolean) - Method in class velox.api.layer0.credentialscomponents.CredentialsSerializationField
- setHidden(boolean) - Method in class velox.api.layer1.data.AccountInfoBuilder
- setHistoricalAggregationDisabled(boolean) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setHistoricalDataInfo(HistoricalDataInfo) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setHistoryInstrumentOverrideFunction(Function<InstrumentCoreInfo, InstrumentCoreInfo>) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setHorizontalValueLinesInfo(HorizontalValueLinesInfo) - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.Builder
- setIcon(Icon) - Method in class velox.api.layer1.gui.StatusIconTextField
- setIconLayerRanderPriotity(int) - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.Builder
-
Determines order of layers rendered on chart for indicator icons.
- setIconLayerRanderPriotity(Layer1ApiUserMessageModifyIndicator.LayerRenderPriority) - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.Builder
-
Determines order of layers rendered on chart for indicator icons.
- setIconToolTip(String) - Method in class velox.api.layer1.gui.StatusIconTextField
- setId(String) - Method in class velox.api.layer1.data.AccountInfoBuilder
- setImage(ScreenSpaceCanvas.PreparedImage) - Method in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.CanvasIcon
- setIndicatorColorScheme(IndicatorColorScheme) - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.Builder
- setIndicatorContextMenuInformation(IndicatorContextMenuInformation) - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.Builder
- setIndicatorDisplayLogic(IndicatorDisplayLogic) - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.Builder
- setIndicatorLineStyle(IndicatorLineStyle) - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.Builder
- setIndicatorMaxMarginPriceOut(Double) - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.Builder
- setIndicatorMinMarginPriceOut(Double) - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.Builder
- setInstrumentAlias(String) - Method in class velox.api.layer1.data.OrderInfoBuilder
- setInstrumentAlias(String) - Method in class velox.api.layer1.data.StatusInfoBuilder
- setInvalidateIsEnabledCallback(Layer1InternallyControllingEnable.InvalidateIsEnabledCallback) - Method in interface velox.api.layer1.Layer1InternallyControllingEnable
-
Deprecated.
- setIsAdd(boolean) - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.Builder
- setIsAdd(boolean) - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyScreenSpacePainter.Builder
- setIsAdd(boolean) - Method in class velox.api.layer1.messages.Layer1ApiAlertGuiMessage.Builder
- setIsAdd(boolean) - Method in class velox.api.layer1.messages.Layer1ApiSoundAlertDeclarationMessage.Builder
- setIsEnableSettingsFromConfigPopup(boolean) - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.Builder
- setIsLineEnabledByDefault(boolean) - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.Builder
- setIsShowColorSettings(boolean) - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.Builder
- setIsSupportWidget(boolean) - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.Builder
- setIsWidgetEnabledByDefault(boolean) - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.Builder
- setKey(boolean) - Method in class velox.api.layer0.credentialscomponents.CredentialsSerializationField
- setKnownInstruments(List<SubscribeInfo>) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setLimitPrice(double) - Method in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- setLimitPrice(double) - Method in class velox.api.layer1.data.OrderInfoBuilder
- setLimitPrice(double) - Method in class velox.api.layer1.data.OrderMoveParameters.Builder
- setLimitsCalculator(LimitsCalculator) - Method in class velox.api.layer1.messages.indicators.IndicatorDisplayLogic
- setListener(Log.LogListener) - Static method in class velox.api.layer1.common.Log
-
Sets the log listener that handles all log messages replacing the previous log listener.
- setLocalizedTitle(TranslatableComponent) - Method in class velox.gui.StrategyPanel
-
Set localized title.
- setLogLevel(Log.LogLevel) - Static method in class velox.api.layer1.common.Log
- setLogPerformanceRunnable(Runnable) - Static method in class velox.api.layer1.utils.PerformanceLoggingHelper
-
Internal method used to set handler for performance logging request.
- setLookupInfo(LookupInfo) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setMarketMode(boolean) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setMbo(boolean) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setMetadata(Object) - Method in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage.Builder
- setMinLimitsRange(Double) - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.Builder
- setModificationUtcTime(long) - Method in class velox.api.layer1.data.OrderInfoBuilder
- setMultiAccountTrading(boolean) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setMultiplier(double) - Method in class velox.api.layer1.data.InstrumentInfo.BuilderBase
-
Similar to "tick value" in its meaning, with the only difference of being per price unit instead of per tick (can be computed as tick value divided by
InstrumentInfo.BuilderBase.pips) - setName(String) - Method in class velox.api.layer0.credentialscomponents.BaseCredentialsComponent
- setNbboSupported(boolean) - Method in class velox.api.layer1.data.InstrumentInfo.BuilderBase
-
If this flag is set to true, then this instrument supports NBBO data, and it is possible to create NBBO indicator for the instrument
- setNegativeStopLimitOffset(boolean) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setOco(boolean) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setOffset(int) - Method in class velox.api.layer1.data.OrderMoveToMarketParameters.Builder
- setOnlineCalculatable(OnlineCalculatable) - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.Builder
- setOrderEntryType(OrderEntryType) - Method in class velox.api.layer1.data.AbstractSingleOrderSendParametersBuilder
- setOrderEntryType(OrderEntryType) - Method in class velox.api.layer1.data.OrderUpdateParameters.Builder
- setOrderId(String) - Method in class velox.api.layer1.data.ExecutionInfoBuilder
- setOrderId(String) - Method in class velox.api.layer1.data.OrderInfoBuilder
- setOrderId(String) - Method in class velox.api.layer1.data.OrderUpdateParameters.Builder
- setOso(boolean) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setOwnerClassName(String) - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyScreenSpacePainter.Builder
- setOwnerUserName(String) - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyScreenSpacePainter.Builder
- setPanelEnabled(JPanel, Boolean) - Static method in class velox.gui.utils.GuiUtils
-
Enables or disables all elements within the panel
- setPermissions(Path, PosixFilePermission...) - Static method in class velox.api.layer1.common.DirectoryResolver
-
Set permissions for a file or directory.
- setPips(double) - Method in class velox.api.layer1.data.InstrumentInfo.BuilderBase
-
Also known as min tick, tick size or minimal price increment.
- setPipsFunction(Function<SubscribeInfo, DefaultAndList<Double>>) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setPopup(boolean) - Method in class velox.api.layer1.messages.Layer1ApiAlertSettingsMessage.Builder
- setPopupAllowed(boolean) - Method in class velox.api.layer1.messages.Layer1ApiSoundAlertDeclarationMessage.Builder
- setPosition(int) - Method in class velox.api.layer1.data.StatusInfoBuilder
- setPreventSpaceForScrollbarIfShorterThanMaximumHeight(boolean) - Method in class velox.gui.BookmapScrollPane
-
When the
BookmapScrollPaneis used in a component that resizes itself in response to its children preferred size, we end up in a case when the scroll pane adds some space for the scrollbar, but later receives enough space to show all the contents without the scrollbar. - setPrice(double) - Method in class velox.api.layer1.data.ExecutionInfoBuilder
- setPrice(int) - Method in class velox.api.layer1.layers.utils.mbo.Order
- setPrimary(boolean) - Method in class velox.api.layer1.data.AccountInfoBuilder
- setPriority(int) - Method in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage.Builder
- setProvider(Layer1ApiProvider) - Method in class velox.api.layer1.layers.Layer1ApiRelay
-
If you use this method you must implement
Layer1ApiRelay.getCurrentTime()so time shortcut is not applied - setProviderProgrammaticName(String) - Method in class velox.api.layer1.data.AccountInfoBuilder
- setRealizedPnl(double) - Method in class velox.api.layer1.data.StatusInfoBuilder
- setReceiveCrossTradingStatusMessage(boolean) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setRecordingTag(String) - Method in class velox.api.layer1.data.InstrumentInfo.BuilderBase
-
Used to distinguish local history with special modes on the per instrument basis (i.e.
- setRepeatCount(long) - Method in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage.Builder
- setRepeatDelay(Duration) - Method in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage.Builder
- setRepeated(boolean) - Method in class velox.api.layer1.messages.Layer1ApiSoundAlertDeclarationMessage.Builder
- setRequestedSymbol(String) - Method in class velox.api.layer1.data.InstrumentInfo.BuilderBase
-
Used to correctly handle "generic" instrument substitution.
- setReversingPositionHint(boolean) - Method in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- setRunModeOnce(boolean, boolean, boolean, boolean) - Static method in class velox.api.layer1.common.RunModeHelper
-
Called by Bookmap code once to set Run Mode.
- setScreenSpacePainterFactory(ScreenSpacePainterFactory) - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyScreenSpacePainter.Builder
- setSettings(String, String, Object, Class<?>) - Method in interface velox.api.layer1.messages.indicators.SettingsAccess
- setSeverityIcon(Image) - Method in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage.Builder
- setShapeListener(ScreenSpaceShapeListener) - Method in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.BasicCanvasShape
- setShapeListener(ScreenSpaceShapeListener) - Method in interface velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.CanvasShape
- setShortName(String) - Method in class velox.api.layer1.data.AccountInfoBuilder
- setShowPopup(boolean) - Method in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage.Builder
- setSimulated(boolean) - Method in class velox.api.layer1.data.AccountInfoBuilder
- setSimulated(boolean) - Method in class velox.api.layer1.data.ExecutionInfoBuilder
- setSimulated(boolean) - Method in class velox.api.layer1.data.OrderInfoBuilder
- setSize(int) - Method in class velox.api.layer1.data.AbstractSingleOrderSendParametersBuilder
- setSize(int) - Method in class velox.api.layer1.data.ExecutionInfoBuilder
- setSize(int) - Method in class velox.api.layer1.data.OrderResizeParameters.Builder
- setSize(int) - Method in class velox.api.layer1.layers.utils.mbo.Order
- setSizeMultiplier(double) - Method in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
-
Deprecated.
- setSizeMultiplier(double) - Method in class velox.api.layer1.data.InstrumentInfo.BuilderBase
-
Used when size granularity is less than 1 (for most providers it's always 1, so you can ignore this field if only those are targeted).
- setSizeMultiplierFunction(Function<SubscribeInfo, DefaultAndList<Double>>) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setSound(boolean) - Method in class velox.api.layer1.messages.Layer1ApiAlertSettingsMessage.Builder
- setSound(byte[]) - Method in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage.Builder
- setSoundAllowed(boolean) - Method in class velox.api.layer1.messages.Layer1ApiSoundAlertDeclarationMessage.Builder
- setSource(Class<?>) - Method in class velox.api.layer1.messages.Layer1ApiAlertGuiMessage.Builder
- setSource(Class<?>) - Method in class velox.api.layer1.messages.Layer1ApiAlertSettingsMessage.Builder
- setSource(Class<?>) - Method in class velox.api.layer1.messages.Layer1ApiSoundAlertDeclarationMessage.Builder
- setSource(Class<?>) - Method in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage.Builder
- setStatus(OrderStatus) - Method in class velox.api.layer1.data.OrderInfoBuilder
- setStatusListener(Layer1ApiSoundAlertMessage.SoundAlertStatusListener) - Method in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage.Builder
- setStopLossClientId(String) - Method in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- setStopLossLimitOffset(int) - Method in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- setStopLossOffset(int) - Method in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- setStopLossTrailingStep(int) - Method in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- setStopPrice(double) - Method in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- setStopPrice(double) - Method in class velox.api.layer1.data.OrderInfoBuilder
- setStopPrice(double) - Method in class velox.api.layer1.data.OrderMoveParameters.Builder
- setStopTriggered(boolean) - Method in class velox.api.layer1.data.OrderInfoBuilder
- setStorageCallbacks(Function<String, String>, BiConsumer<String, String>) - Static method in class velox.api.layer1.common.Layer1GlobalStorage
-
Initialize storage backend.
- setStrategyEnabledRecheckCallback(String, Runnable) - Method in interface velox.api.layer1.Layer1ApiInstrumentSpecificEnabledStateProvider
-
Set callback that allows strategy to notify that value returned by
Layer1ApiInstrumentSpecificEnabledStateProvider.isStrategyEnabled(String)has changed. - setStringValue(String) - Method in class velox.api.layer0.credentialscomponents.CredentialsSerializationField
- setSubscriptionInfoFunction(Function<SubscribeInfo, String>) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setSummary(String) - Method in class velox.api.layer1.data.AccountInfoBuilder
- setSupportedLimitDurations(List<OrderDuration>) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setSupportedOcoFeatures(Set<Layer1ApiProviderSupportedFeatures.SupportedOcoFeature>) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setSupportedOrderDurations(List<OrderDuration>) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setSupportedOrderDurationsFunction(Function<Layer1ApiProviderSupportedFeatures.OrderDurationRequestParameters, Layer1ApiProviderSupportedFeatures.SupportedOrderDurationsBundle>) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setSupportedStopDurations(List<OrderDuration>) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setSupportedStopOrders(List<OrderType>) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setSymbol(String) - Method in class velox.api.layer1.data.InstrumentCoreInfo.BuilderBase
- setSymbolsMappingFunction(Function<Set<InstrumentCoreInfo>, SymbolMappingInfo>) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setTakeProfitClientId(String) - Method in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- setTakeProfitOffset(int) - Method in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- setText(String) - Method in class velox.api.layer1.gui.StatusIconTextField
- setTextInfo(String) - Method in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage.Builder
- setTime(long) - Method in class velox.api.layer1.data.ExecutionInfoBuilder
- setTime(long) - Method in interface velox.api.layer1.messages.indicators.StrategyUpdateGenerator
-
Following updates will have have this time
- SettingsAccess - Interface in velox.api.layer1.messages.indicators
-
Interface that can be used to save or get settings from config
- settingsChangedListeners - Variable in class velox.api.layer0.credentialscomponents.BaseCredentialsComponent
-
Contains listeners to be triggered on settings change
- setTokenSupplier(Supplier<String>) - Static method in class velox.api.layer1.utils.UserTokenHelper
-
Internal method used to set the handler
- setToolTipText(String) - Method in class velox.api.layer1.gui.StatusIconTextField
- setTrading(boolean) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setTradingFrom(List<String>) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
-
Deprecated.
- setTradingStartKnown(boolean) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setTradingSubscriptionSupported(boolean) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setTradingVia(List<String>) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
-
Deprecated.
- setTrailingStep(int) - Method in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- setTrailingStopsAsBracketChildren(boolean) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setTrailingStopsAsIndependentOrders(boolean) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setTriggerDescription(String) - Method in class velox.api.layer1.messages.Layer1ApiSoundAlertDeclarationMessage.Builder
- setType(String) - Method in class velox.api.layer1.data.InstrumentCoreInfo.BuilderBase
- setType(OrderType) - Method in class velox.api.layer1.data.OrderInfoBuilder
- setTypeUsedForSubscription(boolean) - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- setUnfilled(int) - Method in class velox.api.layer1.data.OrderInfoBuilder
- setUnrealizedPnl(double) - Method in class velox.api.layer1.data.StatusInfoBuilder
- setUserName(String) - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyScreenSpacePainter.Builder
- setValues(Map<String, CredentialsSerializationField>) - Method in class velox.api.layer0.credentialscomponents.CredentialsCheckbox
- setValues(Map<String, CredentialsSerializationField>) - Method in interface velox.api.layer0.credentialscomponents.CredentialsComponent
-
sets values for
CredentialsComponentelements while restoring saved values. - setValues(Map<String, CredentialsSerializationField>) - Method in class velox.api.layer0.credentialscomponents.CredentialsDropdown
- setValues(Map<String, CredentialsSerializationField>) - Method in class velox.api.layer0.credentialscomponents.CredentialsTextField
- setValuesFormatter(ValuesFormatter) - Method in class velox.api.layer1.messages.indicators.IndicatorDisplayLogic
- setVisible(boolean) - Method in class velox.api.layer1.gui.StatusIconTextField
- setVolume(int) - Method in class velox.api.layer1.data.StatusInfoBuilder
- setWidgetConsumer(String, String, WidgetRangeConsumer) - Method in interface velox.api.layer1.layers.strategies.interfaces.Layer1WidgetRangeInterface
- setWidgetDisplayInfo(WidgetDisplayInfo) - Method in interface velox.api.layer1.layers.strategies.interfaces.WidgetRangeConsumer
- setWidgetDisplayInfo(WidgetDisplayInfo) - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.Builder
- setWidgetVisible(boolean) - Method in interface velox.api.layer1.layers.strategies.interfaces.WidgetRangeConsumer
- setWorkingBuys(int) - Method in class velox.api.layer1.data.StatusInfoBuilder
- setWorkingSells(int) - Method in class velox.api.layer1.data.StatusInfoBuilder
- setX1(ScreenSpaceCanvas.HorizontalCoordinate) - Method in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.CanvasIcon
- setX2(ScreenSpaceCanvas.HorizontalCoordinate) - Method in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.CanvasIcon
- setY1(ScreenSpaceCanvas.VerticalCoordinate) - Method in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.CanvasIcon
- setY2(ScreenSpaceCanvas.VerticalCoordinate) - Method in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.CanvasIcon
- severityIcon - Variable in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage
-
If not null, the icon is shown on the alert popup.
- SHORT_DASHES - Static variable in class velox.api.layer1.messages.indicators.IndicatorLineStyle
-
Short dashes of the same style both to the left and to the right of timeline
- SHORT_DASHES_WIDE_LEFT_NARROW_RIGHT - Static variable in class velox.api.layer1.messages.indicators.IndicatorLineStyle
-
Mostly a demo to show how to configure more complex style.
- shortName - Variable in class velox.api.layer1.data.AccountInfo
-
Short name for the account, ideally 3-5 symbols long (preferably 3), but not restricted.
- shortName() - Element in annotation interface velox.api.layer0.annotations.Layer0LiveModule
-
Short identifier.
- shouldCancelMessage(Layer1ApiSoundAlertMessage) - Method in interface velox.api.layer1.messages.Layer1ApiSoundAlertCancelMessage.Layer1ApiSoundMessagesFilter
- shouldReceiveBackfilledData - Variable in class velox.api.layer1.messages.Layer1ApiUserMessageAddStrategyUpdateGenerator
-
Indicates whether this generator requests the entire available history or only since instrument was subscribed.
- shouldReceiveHistory - Variable in class velox.api.layer1.messages.Layer1ApiUserMessageAddStrategyUpdateGenerator
-
Indicates whether this generator requests historical data.
If true, loading this generator in replay mode will stop playing until
all data from beginning is played to this generator so it could generate complete history - shouldRepeatCalculateValuesInRange(String, String, long, long) - Method in interface velox.api.layer1.layers.strategies.interfaces.OnlineCalculatable
-
Experimental! Note that if you use this functionality, you should always use
OnlineValueCalculatorAdapter.onTimeSourceProvided(LongSupplier)as your time source! - showOnMainChart - Variable in class velox.api.layer0.data.IndicatorDefinitionUserMessage
-
Deprecated.
- showPopup - Variable in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage
-
If true, popup will be shown containing
Layer1ApiSoundAlertMessage.textInfo(which must not be null) - showSettings() - Method in interface velox.api.layer1.messages.indicators.StrategySettingsInterface
-
Called when user clicks cog icon in strategies configuration popup
- SimpleConsoleLogger() - Constructor for class velox.api.layer1.common.Log.SimpleConsoleLogger
- SimpleLookupInfo - Interface in velox.api.layer1.data
-
Provides items for subscription dialog lookup dropdown.
- SimpleOrderSendParameters - Class in velox.api.layer1.data
-
Simple order.
- SimpleOrderSendParameters(String, boolean, int, OrderDuration, double, double) - Constructor for class velox.api.layer1.data.SimpleOrderSendParameters
-
Deprecated.
- SimpleOrderSendParameters(String, boolean, int, OrderDuration, double, double, double) - Constructor for class velox.api.layer1.data.SimpleOrderSendParameters
-
Deprecated.
- SimpleOrderSendParameters(String, boolean, int, OrderDuration, double, double, int, int, int, int, boolean) - Constructor for class velox.api.layer1.data.SimpleOrderSendParameters
-
Deprecated.
- SimpleOrderSendParameters(String, boolean, int, OrderDuration, double, double, int, int, int, int, boolean, double) - Constructor for class velox.api.layer1.data.SimpleOrderSendParameters
-
Deprecated.
- SimpleOrderSendParameters(String, boolean, int, OrderDuration, double, double, int, int, int, int, boolean, Integer) - Constructor for class velox.api.layer1.data.SimpleOrderSendParameters
-
Deprecated.
- SimpleOrderSendParameters(String, boolean, int, OrderDuration, int, double, double) - Constructor for class velox.api.layer1.data.SimpleOrderSendParameters
-
Deprecated.
- SimpleOrderSendParameters(String, boolean, int, OrderDuration, int, double, double, double) - Constructor for class velox.api.layer1.data.SimpleOrderSendParameters
-
Deprecated.
- SimpleOrderSendParameters(String, boolean, int, OrderDuration, String, double, double, int, int, int, int, boolean) - Constructor for class velox.api.layer1.data.SimpleOrderSendParameters
-
Deprecated.
- SimpleOrderSendParameters(String, boolean, int, OrderDuration, String, double, double, int, int, int, int, boolean, boolean, boolean) - Constructor for class velox.api.layer1.data.SimpleOrderSendParameters
-
Deprecated.
- SimpleOrderSendParameters(String, boolean, int, OrderDuration, String, double, double, int, int, int, int, boolean, double) - Constructor for class velox.api.layer1.data.SimpleOrderSendParameters
-
Deprecated.
- SimpleOrderSendParameters.PriceFormatter - Interface in velox.api.layer1.data
-
Deprecated.
- SimpleOrderSendParametersBuilder - Class in velox.api.layer1.data
-
Builder for
SimpleOrderSendParameters - SimpleOrderSendParametersBuilder(String, boolean, int) - Constructor for class velox.api.layer1.data.SimpleOrderSendParametersBuilder
- SimpleOrderSendParametersBuilder(String, boolean, int, OrderDuration, String, double, double, int, int, int, int, boolean) - Constructor for class velox.api.layer1.data.SimpleOrderSendParametersBuilder
-
Deprecated.
- SimpleOrderSendParametersBuilder(String, boolean, int, OrderDuration, String, double, double, int, int, int, int, boolean, boolean, boolean) - Constructor for class velox.api.layer1.data.SimpleOrderSendParametersBuilder
-
Deprecated.
- SimpleOrderSendParametersBuilder(String, boolean, int, OrderDuration, String, double, double, int, int, int, int, boolean, double) - Constructor for class velox.api.layer1.data.SimpleOrderSendParametersBuilder
-
Deprecated.
- SIMULTANEOUS_CONNECTION_KICKABLE - Enum constant in enum class velox.api.layer1.data.LoginFailedReason
-
Simultaneous session that can be kicked
- SIMULTANEOUS_LOGIN - Enum constant in enum class velox.api.layer1.data.DisconnectionReason
-
This connection was kicked due to some other new connection above limit
No reconnect should be attempted - SingleOrderSendParameters - Class in velox.api.layer1.data
-
Base class for sending a single order
- SingleOrderSendParameters(String, boolean, int, OrderDuration) - Constructor for class velox.api.layer1.data.SingleOrderSendParameters
-
Deprecated.Use
AbstractSingleOrderSendParametersBuilderinstead - SingleOrderSendParameters(String, boolean, int, OrderDuration, String) - Constructor for class velox.api.layer1.data.SingleOrderSendParameters
-
Deprecated.Use
AbstractSingleOrderSendParametersBuilderinstead - SingleOrderSendParametersBuilder - Class in velox.api.layer1.data
- SingleOrderSendParametersBuilder() - Constructor for class velox.api.layer1.data.SingleOrderSendParametersBuilder
- size - Variable in class velox.api.layer0.data.TextDataMessage
- size - Variable in class velox.api.layer1.data.AbstractSingleOrderSendParametersBuilder
- size - Variable in class velox.api.layer1.data.BracketTier
-
Size of the tier
- size - Variable in class velox.api.layer1.data.ExecutionInfo
-
Size of the execution
- size - Variable in class velox.api.layer1.data.OrderResizeParameters
- size - Variable in class velox.api.layer1.data.SingleOrderSendParameters
-
Order size
- size - Variable in class velox.api.layer1.datastructure.events.MboAggregationEvent.PriceSizeUpdate
- size - Variable in class velox.api.layer1.layers.utils.OrderByOrderBook.Order
-
order size
- sizeMultiplier - Variable in class velox.api.layer1.data.InstrumentInfo.BuilderBase
- sizeMultiplier - Variable in class velox.api.layer1.data.InstrumentInfo
-
Used when size granularity is less than 1 (for most providers it's always 1, so you can ignore this field if only those are targeted).
- sizeMultiplier - Variable in class velox.api.layer1.data.SimpleOrderSendParameters
-
Deprecated.
- sizeMultiplier - Variable in class velox.api.layer1.data.SubscribeInfoCrypto
-
Some cryptocurrencies have non-integer sizes.
- sizeMultiplierFunction - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
-
If set, it will be called to determine what are the possible size multiplier values for selected instrument
- sizeMultiplierFunction - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- SKIPPED - Enum constant in enum class velox.api.layer1.messages.Layer1ApiUserMessageReadCatchupDataFinished.Reason
-
Generator requested to skip remaining catchup
- skipToRealtimeRequested() - Method in interface velox.api.layer1.messages.indicators.StrategyUpdateGeneratorSkipper
-
If this method starts returning true generator calculation might skip to the end.
- sortAlphabetically(List<String>) - Static method in class velox.gui.utils.localization.LocalizationUtils
-
Sort alphabetically list of string
- sound - Variable in class velox.api.layer1.messages.Layer1ApiAlertSettingsMessage
-
True if the sound alerts described with a linked alert declaration have a sound notification
- sound - Variable in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage
-
Binary data for the sound to be played.
- soundMessagesFilter - Variable in class velox.api.layer1.messages.Layer1ApiSoundAlertCancelMessage
- SoundSynthHelper - Class in velox.api.layer1.layers.utils
-
Wrapper around TTS library.
- SoundSynthHelper() - Constructor for class velox.api.layer1.layers.utils.SoundSynthHelper
- source - Variable in class velox.api.layer0.data.TextDataMessage
- source - Variable in class velox.api.layer1.messages.Layer1ApiAlertGuiMessage
-
Class that created this message.
- source - Variable in class velox.api.layer1.messages.Layer1ApiAlertSettingsMessage
-
Class that created this message.
- source - Variable in class velox.api.layer1.messages.Layer1ApiSoundAlertCancelMessage
-
Class that created this message
- source - Variable in class velox.api.layer1.messages.Layer1ApiSoundAlertDeclarationMessage
-
Class that created this message.
- source - Variable in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage
-
Class that created this message.
- sourceEvent - Variable in class velox.api.layer1.layers.strategies.interfaces.CanvasMouseEvent
-
A mouse event that produced this
CanvasMouseEvent. - sourceProviderType - Variable in class velox.api.layer1.providers.data.ProviderSelectorMessage
-
This field is not intended for public API usage.
- STANDARD_CURRENCY_STYLE - Enum constant in enum class velox.gui.utils.localization.NumberFormatStyle
-
Constant to specify currency style of format which uses currency symbol to represent currency, for example "$3.00", using non-accounting style for negative values (e.g.
- STARTED - Enum constant in enum class velox.api.layer1.data.CrossTradingStatus
- startTimeNs - Variable in class velox.api.layer1.messages.Layer1ApiRequestCurrentTimeEvents
- STATE_WAS_NOT_CHANGED - Enum constant in enum class velox.api.layer1.messages.Layer1ApiTradingMessageWithCallback.Response
-
The message was processed, but the state didn't change
- status - Variable in class velox.api.layer1.data.OrderInfo
- status - Variable in class velox.api.layer1.messages.CrossTradingStatusMessage
- statusChanged - Variable in class velox.api.layer1.data.OrderInfoUpdate
- statusIconTextField - Variable in class velox.api.layer0.credentialscomponents.CredentialsTextField
- StatusIconTextField - Class in velox.api.layer1.gui
-
A wrapper for a
JTextFieldcapable of showing a warning icon - StatusIconTextField(JTextField) - Constructor for class velox.api.layer1.gui.StatusIconTextField
- StatusInfo - Class in velox.api.layer1.data
-
Instrument status information (PnL, number of open orders, position, etc)
- StatusInfo(String, double, double, String, int, double, int, int, int) - Constructor for class velox.api.layer1.data.StatusInfo
-
Deprecated.Use
StatusInfoBuilderinstead - StatusInfo(String, double, double, String, int, double, int, int, int, boolean) - Constructor for class velox.api.layer1.data.StatusInfo
-
Deprecated.Use
StatusInfoBuilderinstead - StatusInfoBuilder - Class in velox.api.layer1.data
-
Modifiable version of StatusInfo.
- StatusInfoBuilder() - Constructor for class velox.api.layer1.data.StatusInfoBuilder
- StatusInfoBuilder(StatusInfoBuilder) - Constructor for class velox.api.layer1.data.StatusInfoBuilder
- statusListener - Variable in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage
-
This listener will be notified each time the sound alert status is changed
Note: after theLayer1ApiFinishable.finish()method for the strategy is called, no further method calls will be made to this listener. - stopLossClientId - Variable in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- stopLossClientId - Variable in class velox.api.layer1.data.SimpleOrderSendParameters
-
Client id for stop loss order, similar too
SingleOrderSendParameters.clientId - stopLossLimitOffset - Variable in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- stopLossLimitOffset - Variable in class velox.api.layer1.data.SimpleOrderSendParameters
-
For providers where stop loss order is an
OrderType.STP_LMT, this defines limit offset of such order. - stopLossOffset - Variable in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- stopLossOffset - Variable in class velox.api.layer1.data.SimpleOrderSendParameters
-
Offset for stop loss order (for brackets).
- stopLossTrailingStep - Variable in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- stopLossTrailingStep - Variable in class velox.api.layer1.data.SimpleOrderSendParameters
-
Stop loss trailing step.
- STOPPED - Enum constant in enum class velox.api.layer1.data.CrossTradingStatus
- stopPrice - Variable in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- stopPrice - Variable in class velox.api.layer1.data.OrderInfo
- stopPrice - Variable in class velox.api.layer1.data.OrderMoveParameters
-
New stop price, NaN if order does not have a stop price
- stopPrice - Variable in class velox.api.layer1.data.SimpleOrderSendParameters
-
Stop price for stop and stop-limit orders, NaN for market and limit orders
- stopPriceChanged - Variable in class velox.api.layer1.data.OrderInfoUpdate
- stopTriggered - Variable in class velox.api.layer1.data.OrderInfo
- stopTriggeredChanged - Variable in class velox.api.layer1.data.OrderInfoUpdate
- STP - Enum constant in enum class velox.api.layer1.data.OrderType
- STP_LMT - Enum constant in enum class velox.api.layer1.data.OrderType
- strategyClass - Variable in class velox.api.layer1.messages.Layer1ApiUserMessageAddStrategyUpdateGenerator
- strategyName - Variable in class velox.api.layer1.messages.Layer1ApiAlertGuiMessage
-
Name of the strategy that created this message, extracted from
Layer1StrategyName.value(), displayed on the UI - strategyName - Variable in class velox.api.layer1.messages.Layer1ApiSoundAlertDeclarationMessage
-
Name of the strategy that created this message, extracted from
Layer1StrategyName.value(), displayed on the UI - strategyName - Variable in class velox.api.layer1.messages.Layer1ApiUserMessageModifyStrategiesMainMenu
-
Deprecated.
- StrategyPanel - Class in velox.gui
-
JPanel that can be display in strategies dialog with custom title specified
Will follow general style with border and title
If you want displayed panel to be without general styled border and title, set title to null
Also, sets all componentsComponent.setEnabled(boolean) - StrategyPanel(String) - Constructor for class velox.gui.StrategyPanel
- StrategyPanel(String, boolean) - Constructor for class velox.gui.StrategyPanel
- StrategyPanel(String, LayoutManager) - Constructor for class velox.gui.StrategyPanel
- StrategyPanel(String, LayoutManager, boolean) - Constructor for class velox.gui.StrategyPanel
- StrategySettingsInterface - Interface in velox.api.layer1.messages.indicators
-
Describes action when user clicks cog icon in strategies configuration popup
- StrategySettingsVersion - Annotation Interface in velox.api.layer1.settings
-
Defines current version of settings and compatibility with previous versions Any settings that wish to be saved and loaded from config should have this annotation
- StrategyUiConfig(boolean) - Constructor for record class velox.api.layer1.messages.Layer1ApiGetStrategyUiConfig.StrategyUiConfig
-
Creates an instance of a
StrategyUiConfigrecord class. - StrategyUpdateGenerator - Interface in velox.api.layer1.messages.indicators
-
Can generate any number of custom events in response to depth/trade updates
- StrategyUpdateGeneratorFilter - Interface in velox.api.layer1.messages.indicators
-
Limits events and instrument aliases that
StrategyUpdateGeneratorlistens to. - StrategyUpdateGeneratorFilter.StrategyUpdateGeneratorEventType - Enum Class in velox.api.layer1.messages.indicators
- StrategyUpdateGeneratorSkipper - Interface in velox.api.layer1.messages.indicators
-
Allows generator to skip part of initial generation phase.
- subscribe(String, String, String) - Method in interface velox.api.layer1.Layer1ApiInstrumentProvider
-
Deprecated.
- subscribe(SubscribeInfo) - Method in class velox.api.layer0.replay.ExternalReaderBaseProvider
- subscribe(SubscribeInfo) - Method in interface velox.api.layer1.Layer1ApiInstrumentProvider
-
Subscribe to specified instrument.
- subscribe(SubscribeInfo) - Method in class velox.api.layer1.layers.Layer1ApiRelay
- subscribeInfo - Variable in class velox.api.layer1.messages.Layer1ApiLookUpInstrumentSubscribeInfoMessage
- subscribeInfo - Variable in class velox.api.layer1.messages.Layer1ApiLookUpInstrumentSubscribeInfoMessage.SubscribeInfoResponse
- subscribeInfo - Variable in class velox.api.layer1.messages.tradingsubscription.TradingOnlySubscribe
- SubscribeInfo - Class in velox.api.layer1.data
-
Describes subscription request
- SubscribeInfo(String, String, String) - Constructor for class velox.api.layer1.data.SubscribeInfo
- SubscribeInfo(String, String, String, boolean) - Constructor for class velox.api.layer1.data.SubscribeInfo
- SubscribeInfo(String, String, String, boolean, Map<String, String>) - Constructor for class velox.api.layer1.data.SubscribeInfo
- SubscribeInfo(String, String, String, Map<String, String>) - Constructor for class velox.api.layer1.data.SubscribeInfo
- SubscribeInfoCrypto - Class in velox.api.layer1.data
-
Describes subscription request with extra parameters typical for cryptocurrencies
- SubscribeInfoCrypto(String, String, String, double, double) - Constructor for class velox.api.layer1.data.SubscribeInfoCrypto
- SubscribeInfoCrypto(String, String, String, double, double, boolean) - Constructor for class velox.api.layer1.data.SubscribeInfoCrypto
- SubscribeInfoCrypto(String, String, String, Map<String, String>, double, double) - Constructor for class velox.api.layer1.data.SubscribeInfoCrypto
- SubscribeInfoCrypto(String, String, String, Map<String, String>, double, double, boolean) - Constructor for class velox.api.layer1.data.SubscribeInfoCrypto
- SubscribeInfoNotFound() - Constructor for class velox.api.layer1.messages.Layer1ApiLookUpInstrumentSubscribeInfoMessage.SubscribeInfoNotFound
- SubscribeInfoResponse(SubscribeInfo) - Constructor for class velox.api.layer1.messages.Layer1ApiLookUpInstrumentSubscribeInfoMessage.SubscribeInfoResponse
-
Provider should send the callback using
Layer1ApiAdminListener.onUserMessage(Object)when it receivesLayer1ApiLookUpInstrumentSubscribeInfoMessagewith the relevantSubscribeInfothat should be used for subscription to the instrument and futher interaction - SUBSCRIPTION_LIMIT - Enum constant in enum class velox.api.layer1.data.SystemTextMessageType
-
Subscription limit reached
- subscriptionInfoFunction - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
-
Provides a short text block to be displayed in subscription dialog.
- subscriptionInfoFunction - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- SUCCESS - Enum constant in enum class velox.api.layer1.messages.Layer1ApiTradingMessageWithCallback.Response
-
The message was successfully processed
- summary - Variable in class velox.api.layer1.data.AccountInfo
-
Summary string, containing account name.
- SupportedFeaturesForProviderRequest(Layer1ApiProvider) - Constructor for class velox.api.layer1.utils.SupportedFeaturesRequestMessages.SupportedFeaturesForProviderRequest
- SupportedFeaturesRequestMessages - Class in velox.api.layer1.utils
-
Message requests for supported features Strategy that want to allow crosstrading from their instruments should catch this messages and return supported features
- SupportedFeaturesRequestMessages() - Constructor for class velox.api.layer1.utils.SupportedFeaturesRequestMessages
- SupportedFeaturesRequestMessages.SupportedFeaturesForProviderRequest - Class in velox.api.layer1.utils
-
Request for supported features for a specific provider.
- supportedLimitDurations - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
- supportedLimitOrderDurations() - Method in record class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures.SupportedOrderDurationsBundle
-
Returns the value of the
supportedLimitOrderDurationsrecord component. - supportedOcoFeatures - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
-
Set of supported OCO features.
- SupportedOrderDurationsBundle(List<OrderDuration>, List<OrderDuration>) - Constructor for record class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures.SupportedOrderDurationsBundle
-
Creates an instance of a
SupportedOrderDurationsBundlerecord class. - supportedOrderDurationsFunction - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
-
Function that provides supported durations for given instrument.
- supportedStopDurations - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
- supportedStopOrderDurations() - Method in record class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures.SupportedOrderDurationsBundle
-
Returns the value of the
supportedStopOrderDurationsrecord component. - supportedStopOrders - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
- SUSPENDED - Enum constant in enum class velox.api.layer1.data.OrderStatus
-
e.g.
- SwitchTabRequest - Class in velox.api.layer1.messages.tab
-
This message is used to create a request to switch to a tab in the application.
- SwitchTabResponse - Interface in velox.api.layer1.messages.tab
- SwitchTabResponse.NoSuchTab - Class in velox.api.layer1.messages.tab
- SwitchTabResponse.Success - Class in velox.api.layer1.messages.tab
- SwitchTabResponse.Visitor<T,
E> - Interface in velox.api.layer1.messages.tab - symbol - Variable in class velox.api.layer1.data.InstrumentCoreInfo.BuilderBase
- symbol - Variable in class velox.api.layer1.data.InstrumentCoreInfo
- symbol - Variable in class velox.api.layer1.data.SubscribeInfo
- symbol - Variable in class velox.api.layer1.messages.Layer1ApiGetAliasMessage
- SymbolMappingInfo - Class in velox.api.layer1.data
-
Information to be injected into the symbols mapping system
- SymbolMappingInfo(Set<InstrumentCoreInfo>, Set<InstrumentCoreInfo>, double, Function<Double, Double>) - Constructor for class velox.api.layer1.data.SymbolMappingInfo
- symbolsMappingFunction - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
-
Bookmap will provide you a list of the known representations of this instrument (for different platforms).
- symbolsMappingFunction - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- SYMMETRIC - Enum constant in enum class velox.api.layer1.messages.indicators.WidgetDisplayInfo.Type
- synthesize(String) - Static method in class velox.api.layer1.layers.utils.SoundSynthHelper
-
Prepare sound from text
- SystemTextMessageType - Enum Class in velox.api.layer1.data
T
- TAB_DEFAULT - Static variable in class velox.gui.colors.Colors
- TAB_HOVER - Static variable in class velox.gui.colors.Colors
- tag - Variable in class velox.api.layer1.reading.UserDataUserMessage
- takeProfitClientId - Variable in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- takeProfitClientId - Variable in class velox.api.layer1.data.SimpleOrderSendParameters
-
Client id for take profit order, similar too
SingleOrderSendParameters.clientId - takeProfitOffset - Variable in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- takeProfitOffset - Variable in class velox.api.layer1.data.SimpleOrderSendParameters
-
Offset for take profit order (for brackets).
- targetAlias - Variable in class velox.api.layer1.messages.CrossTradingStatusMessage
-
The instrument on which cross-trading happens (on which orders are executed)
Note: providers should receive this alias without provider type (i.e. - targetClass - Variable in class velox.api.layer1.messages.UserMessageLayersChainCreatedTargeted
- TargetedRequestHelper - Class in velox.api.layer1.providers.helper
-
Helper class for extracting alias-specific information
- TargetedRequestHelper() - Constructor for class velox.api.layer1.providers.helper.TargetedRequestHelper
- targetInstrumentInfo - Variable in class velox.api.layer1.messages.CrossTradingStatusMessage
- TemporaryFile - Class in velox.api.layer1.common.temporaryfiles
-
Manages files and folders inside temporary folder ensuring automatic deletion when unlocked or during startup.
- TemporaryFile(Path, boolean) - Constructor for class velox.api.layer1.common.temporaryfiles.TemporaryFile
-
Create a temporary file abstraction.
- TemporaryFile(TemporaryFileDirectory, Path, boolean) - Constructor for class velox.api.layer1.common.temporaryfiles.TemporaryFile
- text - Variable in class velox.api.layer1.messages.Layer1ApiUserMessageNotification
- text - Variable in class velox.gui.colors.ColorsConfigItem
- TEXT_COLOR - Static variable in class velox.gui.colors.Colors
- TextDataMessage - Class in velox.api.layer0.data
-
Record arbitrary text information that can later be viewed via bookmap.
- TextDataMessage(String, String, Boolean, double, double, String) - Constructor for class velox.api.layer0.data.TextDataMessage
-
Create a new message to record arbitrary text information that can later be viewed via bookmap.
- textField - Variable in class velox.api.layer0.credentialscomponents.CredentialsTextField
- textField - Variable in class velox.api.layer1.gui.StatusIconTextField
- textInfo - Variable in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage
-
Text description of a message, will be displayed in alerts dialog
- textRepresentation(SimpleOrderSendParameters, OrderRepresentationHelper.PriceFormatter, double) - Static method in class velox.api.layer1.common.helper.OrderRepresentationHelper
-
Converts order to string representation (can include html tags).
- theOnlyAdminListener - Variable in class velox.api.layer1.Layer1ApiBasicListenable
-
Set if
Layer1ApiBasicListenable.adminListenersonly contains single element. - theOnlyDataListener - Variable in class velox.api.layer1.Layer1ApiBasicListenable
-
Set if
Layer1ApiBasicListenable.dataListenersonly contains single element. - theOnlyInstrumentListener - Variable in class velox.api.layer1.Layer1ApiBasicListenable
-
Set if
Layer1ApiBasicListenable.instrumentListenersonly contains single element. - theOnlyMboDataListener - Variable in class velox.api.layer1.Layer1ApiBasicListenable
-
Set if
Layer1ApiBasicListenable.mboDataListenersonly contains single element. - theOnlyTradingListener - Variable in class velox.api.layer1.Layer1ApiBasicListenable
-
Set if
Layer1ApiBasicListenable.tradingListenersonly contains single element. - time - Variable in class velox.api.layer1.data.ExecutionInfo
-
Time when execution happened
- time - Variable in class velox.api.layer1.datastructure.events.Event
- time - Variable in class velox.api.layer1.messages.CurrentTimeUserMessage
-
Current providers time
- timeOffsetX - Variable in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.RelativeHorizontalCoordinate
- timeX - Variable in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.CompositeHorizontalCoordinate
-
Data offset relative to the origin (added up with
ScreenSpaceCanvas.CompositeHorizontalCoordinate.pixelsX). - toBuilder() - Method in class velox.api.layer1.data.AccountInfo
- toBuilder() - Method in class velox.api.layer1.data.BalanceInfo
- toBuilder() - Method in class velox.api.layer1.data.ExecutionInfo
- toBuilder() - Method in class velox.api.layer1.data.InstrumentCoreInfo
- toBuilder() - Method in class velox.api.layer1.data.InstrumentInfo
- toBuilder() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
- toBuilder() - Method in class velox.api.layer1.data.OrderCancelParameters
- toBuilder() - Method in class velox.api.layer1.data.OrderInfoUpdate
- toBuilder() - Method in class velox.api.layer1.data.OrderMoveParameters
- toBuilder() - Method in class velox.api.layer1.data.OrderMoveToMarketParameters
- toBuilder() - Method in class velox.api.layer1.data.OrderResizeParameters
- toBuilder() - Method in class velox.api.layer1.data.OrderUpdateParameters
- toBuilder() - Method in class velox.api.layer1.data.SimpleOrderSendParameters
- toBuilder() - Method in class velox.api.layer1.data.SingleOrderSendParameters
- toBuilder() - Method in class velox.api.layer1.data.StatusInfo
- toDefaultString() - Method in interface velox.gui.utils.localization.translatable.TranslatableComponent
- ToggleGlobalMuteRequest - Class in velox.api.layer1.messages
- ToggleGlobalMuteRequest() - Constructor for class velox.api.layer1.messages.ToggleGlobalMuteRequest
- toLocalizedString() - Method in enum class velox.api.layer1.data.OrderDuration
- toLocalizedString() - Method in enum class velox.api.layer1.data.OrderType
- toLocalizedString() - Method in enum class velox.api.layer1.messages.Layer1ApiChangeTradingModeMessage.Mode
-
Deprecated.
- toLocalizedString() - Method in interface velox.gui.utils.localization.translatable.TranslatableComponent
- toLocalizedString(ULocale) - Method in exception class velox.gui.utils.localization.translatable.exceptions.TranslatableException
- toLocalizedString(ULocale) - Method in exception class velox.gui.utils.localization.translatable.exceptions.TranslatableRuntimeException
- toLocalizedString(ULocale) - Method in class velox.gui.utils.localization.translatable.NotTranslatableText
- toLocalizedString(ULocale) - Method in interface velox.gui.utils.localization.translatable.TranslatableComponent
- toLocalizedString(ULocale) - Method in class velox.gui.utils.localization.translatable.TranslatableFormattedText
- toLocalizedString(ULocale) - Method in class velox.gui.utils.localization.translatable.TranslatableList
- toLocalizedString(ULocale) - Method in class velox.gui.utils.localization.translatable.TranslatableText
- toLowerCase(String) - Static method in class velox.gui.utils.localization.LocalizedTextUtils
-
Same as
String.toLowerCase(Locale), but support wider number of languages Uses the current Bookmap locale case transformation rules - toLowerCase(String, ULocale) - Static method in class velox.gui.utils.localization.LocalizedTextUtils
-
Same as
String.toLowerCase(Locale), but support wider number of languages - TOP - Enum constant in enum class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.LayerRenderPriority
-
Reasonable priority to be on top of all core bookmap layers
Numerical value 1000 - toSize - Variable in class velox.api.layer1.layers.utils.OrderByOrderBook.OrderUpdateResult
-
Size on new order price after modification
- toString() - Method in class velox.api.layer0.credentialscomponents.CredentialsSerializationField
- toString() - Method in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- toString() - Method in class velox.api.layer1.data.AbstractSingleOrderSendParametersBuilder
- toString() - Method in class velox.api.layer1.data.AccountInfo
- toString() - Method in class velox.api.layer1.data.BalanceInfo.BalanceInCurrency
- toString() - Method in class velox.api.layer1.data.BalanceInfo
- toString() - Method in class velox.api.layer1.data.ExecutionInfo
- toString() - Method in class velox.api.layer1.data.InstrumentCoreInfo
- toString() - Method in class velox.api.layer1.data.InstrumentInfo
- toString() - Method in record class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures.OrderDurationRequestParameters
-
Returns a string representation of this record class.
- toString() - Method in record class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures.SupportedOrderDurationsBundle
-
Returns a string representation of this record class.
- toString() - Method in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
- toString() - Method in class velox.api.layer1.data.LookupSubscribeInfo
- toString() - Method in class velox.api.layer1.data.OcoOrderSendParameters
- toString() - Method in class velox.api.layer1.data.OrderCancelParameters
- toString() - Method in class velox.api.layer1.data.OrderInfoUpdate
- toString() - Method in class velox.api.layer1.data.OrderMoveParameters
- toString() - Method in class velox.api.layer1.data.OrderMoveToMarketParameters
- toString() - Method in class velox.api.layer1.data.OrderResizeParameters
- toString() - Method in class velox.api.layer1.data.OrderUpdateParameters
- toString() - Method in class velox.api.layer1.data.OsoOrderSendParameters
- toString() - Method in class velox.api.layer1.data.SimpleOrderSendParameters
- toString() - Method in class velox.api.layer1.data.SingleOrderSendParameters
- toString() - Method in class velox.api.layer1.data.StatusInfo
- toString() - Method in class velox.api.layer1.data.SubscribeInfo
- toString() - Method in class velox.api.layer1.data.SubscribeInfoCrypto
- toString() - Method in class velox.api.layer1.data.TradeInfo
- toString() - Method in class velox.api.layer1.datastructure.events.DepthAggregationEvent
- toString() - Method in class velox.api.layer1.datastructure.events.MboAggregationEvent.Order
- toString() - Method in class velox.api.layer1.datastructure.events.MboAggregationEvent.PriceSizeUpdate
- toString() - Method in class velox.api.layer1.datastructure.events.MboAggregationEvent
- toString() - Method in class velox.api.layer1.datastructure.events.OrderExecutedEvent
- toString() - Method in class velox.api.layer1.datastructure.events.OrderUpdatedEvent
- toString() - Method in class velox.api.layer1.datastructure.events.TradeAggregationEvent
- toString() - Method in class velox.api.layer1.layers.Layer1ApiRelay
- toString() - Method in class velox.api.layer1.layers.strategies.interfaces.CanvasMouseEvent
- toString() - Method in class velox.api.layer1.layers.strategies.interfaces.CustomGeneratedEventAliased
- toString() - Method in class velox.api.layer1.layers.strategies.interfaces.Layer1PriceAxisRangeCalculatable.InputPriceAxisInfo
- toString() - Method in class velox.api.layer1.layers.strategies.interfaces.Layer1PriceAxisRangeCalculatable.ResultPriceAxisInfo
- toString() - Method in class velox.api.layer1.layers.strategies.interfaces.OnlineCalculatable.Marker
- toString() - Method in class velox.api.layer1.layers.strategies.interfaces.OnlineCalculatable.ValueBundle
- toString() - Method in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.CompositeHorizontalCoordinate
- toString() - Method in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.CompositeVerticalCoordinate
- toString() - Method in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.RelativeHorizontalCoordinate
- toString() - Method in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.RelativeVerticalCoordinate
- toString() - Method in class velox.api.layer1.layers.utils.OrderBook
- toString() - Method in class velox.api.layer1.messages.CrossTradingStatusMessage
- toString() - Method in class velox.api.layer1.messages.CurrentTimeUserMessage
- toString() - Method in class velox.api.layer1.messages.indicators.BoundsInfo
- toString() - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
- toString() - Method in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyScreenSpacePainter
- toString() - Method in class velox.api.layer1.messages.indicators.LimitsResponse
- toString() - Method in class velox.api.layer1.messages.Layer1ApiAccountIdConvertMessage.AccountFound
- toString() - Method in class velox.api.layer1.messages.Layer1ApiAccountIdConvertMessage.AccountNotFound
- toString() - Method in class velox.api.layer1.messages.Layer1ApiAccountIdConvertMessage
- toString() - Method in class velox.api.layer1.messages.Layer1ApiAdditionalLoginDataMessage.LoginFailedCallback
- toString() - Method in class velox.api.layer1.messages.Layer1ApiAdditionalLoginDataMessage.LoginSuccessfulCallback
- toString() - Method in class velox.api.layer1.messages.Layer1ApiAdditionalLoginDataMessage
- toString() - Method in class velox.api.layer1.messages.Layer1ApiAdditionalLoginDataRequestMessage
- toString() - Method in class velox.api.layer1.messages.Layer1ApiAlertGuiMessage
- toString() - Method in class velox.api.layer1.messages.Layer1ApiAlertSettingsMessage
- toString() - Method in class velox.api.layer1.messages.Layer1ApiChangeSelectedAccountMessage
- toString() - Method in class velox.api.layer1.messages.Layer1ApiChangeTradingModeMessage
-
Deprecated.
- toString() - Method in record class velox.api.layer1.messages.Layer1ApiGetStrategyUiConfig.StrategyUiConfig
-
Returns a string representation of this record class.
- toString() - Method in class velox.api.layer1.messages.Layer1ApiLookUpInstrumentSubscribeInfoMessage.SubscribeInfoNotFound
- toString() - Method in class velox.api.layer1.messages.Layer1ApiLookUpInstrumentSubscribeInfoMessage.SubscribeInfoResponse
- toString() - Method in class velox.api.layer1.messages.Layer1ApiLookUpInstrumentSubscribeInfoMessage
- toString() - Method in class velox.api.layer1.messages.Layer1ApiPositionCloseCompleteMessage
- toString() - Method in class velox.api.layer1.messages.Layer1ApiRequestCurrentTimeEvents
- toString() - Method in class velox.api.layer1.messages.Layer1ApiSetOrderSizeMessage
- toString() - Method in class velox.api.layer1.messages.Layer1ApiSoundAlertCancelMessage
- toString() - Method in class velox.api.layer1.messages.Layer1ApiSoundAlertDeclarationMessage
- toString() - Method in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage
- toString() - Method in class velox.api.layer1.messages.Layer1ApiTimeFreeze
- toString() - Method in class velox.api.layer1.messages.Layer1ApiUserMessageNotification
- toString() - Method in class velox.api.layer1.messages.SelectAccountMessage
- toString() - Method in class velox.api.layer1.messages.tab.SwitchTabRequest
- toString() - Method in class velox.api.layer1.messages.tab.SwitchTabResponse.NoSuchTab
- toString() - Method in class velox.api.layer1.messages.tab.SwitchTabResponse.Success
- toString() - Method in class velox.api.layer1.messages.TradingAccountsInfoMessage
- toString() - Method in class velox.api.layer1.messages.UserMessageYesterdayBar
-
Deprecated.
- toString() - Method in class velox.api.layer1.utils.CalculatePricesResult
- toString() - Method in record class velox.gui.colors.ColorsConfigItem.BackgroundStyle.Menu
-
Returns a string representation of this record class.
- toString() - Method in record class velox.gui.colors.ColorsConfigItem.BackgroundStyle.None
-
Returns a string representation of this record class.
- toString() - Method in record class velox.gui.colors.ColorsConfigItem.GuiConfig
-
Returns a string representation of this record class.
- toString() - Method in record class velox.gui.colors.ColorsConfigItem.InsetsStyle.Custom
-
Returns a string representation of this record class.
- toString() - Method in record class velox.gui.colors.ColorsConfigItem.InsetsStyle.Default
-
Returns a string representation of this record class.
- toString() - Method in record class velox.gui.colors.ColorsConfigItem.InsetsStyle.Menu
-
Returns a string representation of this record class.
- toString() - Method in class velox.gui.utils.localization.translatable.TranslatableText
- toUpperCase(String) - Static method in class velox.gui.utils.localization.LocalizedTextUtils
-
Same as
String.toUpperCase(Locale), but support wider number of languages. - toUpperCase(String, ULocale) - Static method in class velox.gui.utils.localization.LocalizedTextUtils
-
Same as
String.toUpperCase(Locale), but support wider number of languages - trace(String) - Static method in class velox.api.layer1.common.Log
- trace(String, Exception) - Static method in class velox.api.layer1.common.Log
- trace(String, String) - Static method in class velox.api.layer1.common.Log
- trace(String, String, Exception) - Static method in class velox.api.layer1.common.Log
- TRACE - Enum constant in enum class velox.api.layer1.common.Log.LogLevel
-
Trace messages.
- traceFmt(String, Object...) - Static method in class velox.api.layer1.common.Log
-
follow slf4j arguments passing rules
- traceFree(Object...) - Static method in class velox.api.layer1.common.Log
- trade(String) - Static method in class velox.api.layer1.common.Log
- trade(String, Exception) - Static method in class velox.api.layer1.common.Log
- trade(String, String) - Static method in class velox.api.layer1.common.Log
- trade(String, String, Exception) - Static method in class velox.api.layer1.common.Log
- TRADE - Enum constant in enum class velox.api.layer1.messages.indicators.DataStructureInterface.StandardEvents
-
Type corresponding to
TradeAggregationEvent - TradeAggregationEvent - Class in velox.api.layer1.datastructure.events
-
Aggregation of trade events in some time interval
- TradeAggregationEvent(long) - Constructor for class velox.api.layer1.datastructure.events.TradeAggregationEvent
- TradeAggregator - Class in velox.api.layer1.providers.data
-
Provides logic for trade aggregation boolean flags calculation - one flag for each new trade with new ticket ID (provided by target system - time stamp, aggressor order ID or real trade ID) and second flag for completing previous 'execution chain' on new trade or by timer.
- TradeAggregator(TradeAggregator.TradeAggregatorConsumer) - Constructor for class velox.api.layer1.providers.data.TradeAggregator
-
Creates new instance of
TradeAggregatorobject. - TradeAggregator.TradeAggregatorConsumer - Interface in velox.api.layer1.providers.data
- tradeFmt(String, Object...) - Static method in class velox.api.layer1.common.Log
-
follow slf4j arguments passing rules
- tradeFree(Object...) - Static method in class velox.api.layer1.common.Log
- TradeInfo - Class in velox.api.layer1.data
-
Information about the trade
- TradeInfo(boolean, boolean) - Constructor for class velox.api.layer1.data.TradeInfo
- TradeInfo(boolean, boolean, boolean, boolean) - Constructor for class velox.api.layer1.data.TradeInfo
- TradeInfo(boolean, boolean, boolean, boolean, String, String) - Constructor for class velox.api.layer1.data.TradeInfo
- TRADES - Enum constant in enum class velox.api.layer1.messages.indicators.StrategyUpdateGeneratorFilter.StrategyUpdateGeneratorEventType
- trading - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
-
Basic trading capabilities
- TRADING - Enum constant in enum class velox.api.layer1.common.Log.LogLevel
-
Information related to trading activity.
- TRADING_CANNOT_BE_ENABLED - Enum constant in enum class velox.api.layer1.messages.Layer1ApiTradingMessageWithCallback.Response
-
Trading cannot be enabled for this instrument
- TRADING_CLICK - Enum constant in enum class velox.api.layer1.layers.strategies.interfaces.MouseModuleScore
-
Max score for click in trading area (right of timeline)
- TRADING_IS_DISABLED - Enum constant in enum class velox.api.layer1.messages.Layer1ApiTradingMessageWithCallback.Response
-
Trading is disabled for this instrument
- TRADING_PASSWORD_EXPIRED - Enum constant in enum class velox.api.layer1.data.LoginFailedReason
-
Deprecated.
- TradingAccountsInfoMessage - Class in velox.api.layer1.messages
-
Message containing an account info for one of the accounts of the instrument.
- TradingAccountsInfoMessage(String, AccountInfo, boolean) - Constructor for class velox.api.layer1.messages.TradingAccountsInfoMessage
- tradingFrom - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
-
Deprecated.
- tradingFrom - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
-
Deprecated.
- tradingListeners - Variable in class velox.api.layer0.live.ExternalLiveBaseProvider
- tradingListeners - Variable in class velox.api.layer0.replay.ExternalReaderBaseProvider
- tradingListeners - Variable in class velox.api.layer1.Layer1ApiBasicListenable
-
List of listers for trading events.
- TradingOnlySubscribe - Class in velox.api.layer1.messages.tradingsubscription
-
Provider will receive this message if Bookmap need Trading Subscription (without data).
- TradingOnlySubscribe(SubscribeInfo) - Constructor for class velox.api.layer1.messages.tradingsubscription.TradingOnlySubscribe
- TradingOnlyUnsubscribe - Class in velox.api.layer1.messages.tradingsubscription
-
Provider will receive this message if Bookmap need Trading Subscription (without data).
- TradingOnlyUnsubscribe(String) - Constructor for class velox.api.layer1.messages.tradingsubscription.TradingOnlyUnsubscribe
- tradingStartKnown - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
-
If set it means that provider has a way to know when trading day starts for the instrument
- tradingStartKnown - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
- tradingVia - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
-
Deprecated.
- tradingVia - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
-
Deprecated.
- TRAILING_STOPS_AS_BRACKET_CHILDREN - Enum constant in enum class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures.ClientSideFeature
- TRAILING_STOPS_INDEPENDENT - Enum constant in enum class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures.ClientSideFeature
- trailingStep - Variable in class velox.api.layer1.data.AbstractSimpleOrderSendParametersBuilder
- trailingStep - Variable in class velox.api.layer1.data.SimpleOrderSendParameters
-
Trailing step for this order, if it's a stop order.
- trailingStopsAsBracketChildren - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
- trailingStopsAsIndependentOrders - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
- TranslatableComponent - Interface in velox.gui.utils.localization.translatable
-
Interface for components which can be used on different locales after creation.
- TranslatableException - Exception Class in velox.gui.utils.localization.translatable.exceptions
-
The exception with a message that could be localized for different locales.
- TranslatableException() - Constructor for exception class velox.gui.utils.localization.translatable.exceptions.TranslatableException
- TranslatableException(TranslatableComponent) - Constructor for exception class velox.gui.utils.localization.translatable.exceptions.TranslatableException
- TranslatableException(TranslatableComponent, Throwable) - Constructor for exception class velox.gui.utils.localization.translatable.exceptions.TranslatableException
- TranslatableFormattedText - Class in velox.gui.utils.localization.translatable
-
Formats to localized text.
- TranslatableFormattedText(String, Object...) - Constructor for class velox.gui.utils.localization.translatable.TranslatableFormattedText
- TranslatableList - Class in velox.gui.utils.localization.translatable
-
Creates localized listing from its components with line breaks.
- TranslatableList(boolean) - Constructor for class velox.gui.utils.localization.translatable.TranslatableList
- TranslatableList(boolean, Object...) - Constructor for class velox.gui.utils.localization.translatable.TranslatableList
- TranslatableList(boolean, List<?>) - Constructor for class velox.gui.utils.localization.translatable.TranslatableList
- TranslatableRuntimeException - Exception Class in velox.gui.utils.localization.translatable.exceptions
-
The exception with a message that could be localized for different locales.
- TranslatableRuntimeException() - Constructor for exception class velox.gui.utils.localization.translatable.exceptions.TranslatableRuntimeException
- TranslatableRuntimeException(TranslatableComponent) - Constructor for exception class velox.gui.utils.localization.translatable.exceptions.TranslatableRuntimeException
- TranslatableText - Class in velox.gui.utils.localization.translatable
-
You can use this class instead of
LocalizedBundle.getString(String key, Map args)if the given text can be used on several locales at the same time. - TranslatableText(String, String, ClassLoader, boolean) - Constructor for class velox.gui.utils.localization.translatable.TranslatableText
-
Get locale specific text by given key, without arguments
- TranslatableText(String, Map<String, Object>, String, ClassLoader, boolean) - Constructor for class velox.gui.utils.localization.translatable.TranslatableText
-
Get locale specific text by given key, and insert given arguments
- TRANSPARENT - Static variable in class velox.gui.colors.Colors
- TreeResponseInterval() - Constructor for class velox.api.layer1.messages.indicators.DataStructureInterface.TreeResponseInterval
- triggerDescription - Variable in class velox.api.layer1.messages.Layer1ApiSoundAlertDeclarationMessage
-
Short description of the trigger event for this declaration.
- type - Variable in class velox.api.layer1.data.InstrumentCoreInfo.BuilderBase
- type - Variable in class velox.api.layer1.data.InstrumentCoreInfo
-
For multiplatform mode might end with "@Platform", e.g.
- type - Variable in class velox.api.layer1.data.OrderInfo
- type - Variable in class velox.api.layer1.data.SubscribeInfo
- type - Variable in class velox.api.layer1.messages.indicators.WidgetDisplayInfo
- type - Variable in class velox.api.layer1.messages.Layer1ApiGetAliasMessage
- typeUsedForSubscription - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures
-
Determines if user can set type when subscribing
- typeUsedForSubscription - Variable in class velox.api.layer1.data.Layer1ApiProviderSupportedFeaturesBuilder
U
- UNCLASSIFIED - Enum constant in enum class velox.api.layer1.data.SystemTextMessageType
-
Message not falling into other categories.
- unfilled - Variable in class velox.api.layer1.data.OrderInfo
- unfilledChanged - Variable in class velox.api.layer1.data.OrderInfoUpdate
- uniqueId - Variable in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.BasicCanvasShape
- UNKNOWN - Enum constant in enum class velox.api.layer0.annotations.Layer0ProviderTypeValue
-
Default type
- UNKNOWN - Enum constant in enum class velox.api.layer1.data.DisconnectionReason
-
Any other reason, reconnect might or might not be attempted, in most cases it shouldn't be attempted
- UNKNOWN - Enum constant in enum class velox.api.layer1.data.LoginFailedReason
-
Unknown problem.
- UNKNOWN_DELAY - Static variable in class velox.api.layer1.data.InstrumentInfo
-
Delay value for the
InstrumentInfo.dataDelayfield, if the delay is currently unknown, but it is known that the data is delayed. - unrealizedPnl - Variable in class velox.api.layer1.data.BalanceInfo.BalanceInCurrency
- unrealizedPnl - Variable in class velox.api.layer1.data.StatusInfo
-
unrealized (open) PnL
- UnrestrictedData - Annotation Interface in velox.api.layer1.annotations
-
Bookmap will only trust this annotation if module is signed.
- unsubscribe(String) - Method in class velox.api.layer0.replay.ExternalReaderBaseProvider
- unsubscribe(String) - Method in interface velox.api.layer1.Layer1ApiInstrumentProvider
-
Unsubscribe from the instrument
- unsubscribe(String) - Method in class velox.api.layer1.layers.Layer1ApiRelay
- updateBalanceInCurrency(BalanceInfo.BalanceInCurrency) - Method in class velox.api.layer1.data.BalanceInfoBuilder
- updateColor() - Method in class velox.gui.colors.ColorsConfigItem
-
Sets current color to match color provided by color interface (to be used in case color was changed externally)
- UpdateCustomIndicatorMessage - Interface in velox.api.layer1.messages
-
Message should implement this interface if it wants to update an existing custom indicator
- updateMap(TreeMap<Integer, Long>, int, long) - Method in class velox.api.layer1.layers.utils.OrderBook
- updateOrder(long, int, long) - Method in class velox.api.layer1.layers.utils.OrderByOrderBook
-
Update existing order
- updateOrder(OrderUpdateParameters) - Method in class velox.api.layer0.replay.ExternalReaderBaseProvider
- updateOrder(OrderUpdateParameters) - Method in interface velox.api.layer1.Layer1ApiTradingProvider
-
Update order according to parameters
- updateOrder(OrderUpdateParameters) - Method in class velox.api.layer1.layers.Layer1ApiRelay
- updates - Variable in class velox.api.layer1.datastructure.events.MboAggregationEvent
-
Order updates.
- upstreamInjectorLock - Variable in class velox.api.layer1.layers.Layer1ApiInjectorRelay
- user - Variable in class velox.api.layer1.data.UserPasswordLoginData
- USER_DATA - Enum constant in enum class velox.api.layer1.messages.indicators.StrategyUpdateGeneratorFilter.StrategyUpdateGeneratorEventType
- UserDataUserMessage - Class in velox.api.layer1.reading
-
This class is used for sending arbitrary user data and storing it into feeds/historical data.
Messages with alias != null will be stored as instrument specific events and will be available both in replay and historical data.
Messages with alias == null will be stored as global events and will be available only in replay. - UserDataUserMessage(String, String, byte[]) - Constructor for class velox.api.layer1.reading.UserDataUserMessage
- UserMessageLayersChainCreatedTargeted - Class in velox.api.layer1.messages
-
Strategy 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 class - UserMessageLayersChainCreatedTargeted(boolean) - Constructor for class velox.api.layer1.messages.UserMessageLayersChainCreatedTargeted
-
No class will be targeted with this
- UserMessageLayersChainCreatedTargeted(Class<?>, boolean) - Constructor for class velox.api.layer1.messages.UserMessageLayersChainCreatedTargeted
- UserMessageModifyAllInstrumentControlsHft - Class in velox.api.layer1.messages
- UserMessageModifyAllInstrumentControlsHft(String, boolean) - Constructor for class velox.api.layer1.messages.UserMessageModifyAllInstrumentControlsHft
- UserMessageRewindBase - Class in velox.api.layer1.messages
-
When rewind happens this message will be sent
- UserMessageRewindBase() - Constructor for class velox.api.layer1.messages.UserMessageRewindBase
- UserMessageYesterdayBar - Class in velox.api.layer1.messages
-
Deprecated.
- UserMessageYesterdayBar(String, double, double, double, double) - Constructor for class velox.api.layer1.messages.UserMessageYesterdayBar
-
Deprecated.Creates new instance of
UserMessageYesterdayBarobject. - UserMessageYesterdayBar(String, int, int, int, int) - Constructor for class velox.api.layer1.messages.UserMessageYesterdayBar
-
Deprecated.Creates new instance of
UserMessageYesterdayBarobject. - userName - Variable in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
-
Name that will be visible to user i.e.
- userName - Variable in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyScreenSpacePainter
-
Name that will be visible to user i.e.
- UserPasswordAccountLoginData - Class in velox.api.layer1.data
-
Deprecated.
- UserPasswordAccountLoginData(String, String, int) - Constructor for class velox.api.layer1.data.UserPasswordAccountLoginData
-
Deprecated.
- UserPasswordAccountLoginData(String, String, int, boolean) - Constructor for class velox.api.layer1.data.UserPasswordAccountLoginData
-
Deprecated.
- UserPasswordAccountLoginData(String, String, String, int, boolean) - Constructor for class velox.api.layer1.data.UserPasswordAccountLoginData
-
Deprecated.
- UserPasswordDemoLoginData - Class in velox.api.layer1.data
- UserPasswordDemoLoginData(String, String, boolean) - Constructor for class velox.api.layer1.data.UserPasswordDemoLoginData
- UserPasswordDemoLoginData(String, String, boolean, boolean) - Constructor for class velox.api.layer1.data.UserPasswordDemoLoginData
- UserPasswordLoginData - Class in velox.api.layer1.data
- UserPasswordLoginData(String, String) - Constructor for class velox.api.layer1.data.UserPasswordLoginData
- UserPasswordLoginData(String, String, String) - Constructor for class velox.api.layer1.data.UserPasswordLoginData
- UserProviderTargetedMessage - Interface in velox.api.layer1.messages
- UserTokenHelper - Class in velox.api.layer1.utils
- UserTokenHelper() - Constructor for class velox.api.layer1.utils.UserTokenHelper
V
- value - Variable in class velox.api.layer1.layers.strategies.interfaces.OnlineCalculatable.ValueBundle
- value() - Element in annotation interface velox.api.layer0.annotations.Layer0CredentialsFieldsManager
- value() - Element in annotation interface velox.api.layer0.annotations.Layer0DateLicensed
-
Your module ID that you received from Bookmap support
- value() - Element in annotation interface velox.api.layer0.annotations.Layer0ProviderType
- value() - Element in annotation interface velox.api.layer1.actions.annotations.Layer1ActionMetadataList
- value() - Element in annotation interface velox.api.layer1.annotations.Layer1ApiVersion
- value() - Element in annotation interface velox.api.layer1.annotations.Layer1InjectionOrder
- value() - Element in annotation interface velox.api.layer1.annotations.Layer1LocalizationBundle
-
The general name of the bundle containing the translation.
This bundle will be used to resolve translationKeys in others' annotations.
If the translationKey is not found in the given bundle then it will be displayed as is. - value() - Element in annotation interface velox.api.layer1.annotations.Layer1StrategyDateLicensed
-
Your strategy ID that you received from Bookmap support
- value() - Element in annotation interface velox.api.layer1.annotations.Layer1StrategyName
-
Name of strategy that will be used in the settings.
- ValueBundle(Object, List<Object>) - Constructor for class velox.api.layer1.layers.strategies.interfaces.OnlineCalculatable.ValueBundle
- valueClass - Variable in class velox.api.layer1.messages.GeneratedEventInfo
- valueDefault - Variable in class velox.api.layer1.data.DefaultAndList
-
Default value
- valueFormat - Variable in class velox.api.layer0.data.IndicatorDefinitionUserMessage
-
Deprecated.
- valueOf(int) - Static method in enum class velox.api.layer1.annotations.Layer1ApiVersionValue
-
Returns the enum constant of this class with the specified name.
- valueOf(int) - Static method in enum class velox.api.layer1.data.MarketMode
-
Returns the enum constant of this class with the specified name.
- valueOf(int) - Static method in enum class velox.api.layer1.data.OrderDuration
-
Returns the enum constant of this class with the specified name.
- valueOf(int) - Static method in enum class velox.api.layer1.data.OrderStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(int) - Static method in enum class velox.api.layer1.data.OrderType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class velox.api.layer0.annotations.Layer0ProviderTypeValue
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class velox.api.layer1.annotations.Layer1ApiVersionValue
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class velox.api.layer1.common.Log.LogLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class velox.api.layer1.data.CrossTradingStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class velox.api.layer1.data.DisconnectionReason
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures.ClientSideFeature
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures.SupportedOcoFeature
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class velox.api.layer1.data.LoginFailedReason
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class velox.api.layer1.data.MarketMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class velox.api.layer1.data.OrderDuration
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class velox.api.layer1.data.OrderEntryType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class velox.api.layer1.data.OrderStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class velox.api.layer1.data.OrderType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class velox.api.layer1.data.SystemTextMessageType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class velox.api.layer1.layers.strategies.interfaces.CanvasMouseEvent.CoordinateRequestType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class velox.api.layer1.layers.strategies.interfaces.MouseModuleScore
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.CompositeCoordinateBase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvasFactory.ScreenSpaceCanvasType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class velox.api.layer1.messages.indicators.DataStructureInterface.StandardEvents
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.GraphType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.LayerRenderPriority
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class velox.api.layer1.messages.indicators.StrategyUpdateGeneratorFilter.StrategyUpdateGeneratorEventType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class velox.api.layer1.messages.indicators.WidgetDisplayInfo.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class velox.api.layer1.messages.Layer1ApiChangeTradingModeMessage.Mode
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class velox.api.layer1.messages.Layer1ApiSoundAlertMessage.SoundAlertStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class velox.api.layer1.messages.Layer1ApiTradingMessageWithCallback.Response
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class velox.api.layer1.messages.Layer1ApiUserMessageReadCatchupDataFinished.Reason
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class velox.gui.utils.localization.NumberFormatStyle
-
Returns the enum constant of this class with the specified name.
- valueOfLoose(String) - Static method in enum class velox.api.layer1.data.MarketMode
- valueOfLoose(String) - Static method in enum class velox.api.layer1.data.OrderDuration
-
Parse order duration from string that might not exactly match the enum.
- valueOfLoose(String) - Static method in enum class velox.api.layer1.data.OrderStatus
-
Parse order status from string that might not exactly match the enum.
- valueOfLoose(String) - Static method in enum class velox.api.layer1.data.OrderType
-
Parse order type from string that might not exactly match the enum.
- valueOptions - Variable in class velox.api.layer1.data.DefaultAndList
-
List of options (including default)
- values - Variable in class velox.api.layer0.credentialscomponents.CredentialsDropdown
-
Contains drop down values
- values() - Static method in enum class velox.api.layer0.annotations.Layer0ProviderTypeValue
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class velox.api.layer1.annotations.Layer1ApiVersionValue
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class velox.api.layer1.common.Log.LogLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class velox.api.layer1.data.CrossTradingStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class velox.api.layer1.data.DisconnectionReason
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures.ClientSideFeature
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class velox.api.layer1.data.Layer1ApiProviderSupportedFeatures.SupportedOcoFeature
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class velox.api.layer1.data.LoginFailedReason
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class velox.api.layer1.data.MarketMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class velox.api.layer1.data.OrderDuration
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class velox.api.layer1.data.OrderEntryType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class velox.api.layer1.data.OrderStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class velox.api.layer1.data.OrderType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class velox.api.layer1.data.SystemTextMessageType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class velox.api.layer1.layers.strategies.interfaces.CanvasMouseEvent.CoordinateRequestType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class velox.api.layer1.layers.strategies.interfaces.MouseModuleScore
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.CompositeCoordinateBase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvasFactory.ScreenSpaceCanvasType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class velox.api.layer1.messages.indicators.DataStructureInterface.StandardEvents
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.GraphType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator.LayerRenderPriority
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class velox.api.layer1.messages.indicators.StrategyUpdateGeneratorFilter.StrategyUpdateGeneratorEventType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class velox.api.layer1.messages.indicators.WidgetDisplayInfo.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class velox.api.layer1.messages.Layer1ApiChangeTradingModeMessage.Mode
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class velox.api.layer1.messages.Layer1ApiSoundAlertMessage.SoundAlertStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class velox.api.layer1.messages.Layer1ApiTradingMessageWithCallback.Response
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class velox.api.layer1.messages.Layer1ApiUserMessageReadCatchupDataFinished.Reason
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class velox.gui.utils.localization.NumberFormatStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- valuesFormatter - Variable in class velox.api.layer1.messages.indicators.IndicatorDisplayLogic
- ValuesFormatter - Interface in velox.api.layer1.messages.indicators
-
Use this interface to use custom formatting for your indicator's tooltip and/or widgets values
- velox.api.layer0.annotations - package velox.api.layer0.annotations
- velox.api.layer0.credentialscomponents - package velox.api.layer0.credentialscomponents
- velox.api.layer0.data - package velox.api.layer0.data
- velox.api.layer0.live - package velox.api.layer0.live
- velox.api.layer0.replay - package velox.api.layer0.replay
- velox.api.layer1 - package velox.api.layer1
-
This package contains Bookmap L1 api.
- velox.api.layer1.actions - package velox.api.layer1.actions
- velox.api.layer1.actions.annotations - package velox.api.layer1.actions.annotations
- velox.api.layer1.annotations - package velox.api.layer1.annotations
- velox.api.layer1.common - package velox.api.layer1.common
- velox.api.layer1.common.helper - package velox.api.layer1.common.helper
- velox.api.layer1.common.temporaryfiles - package velox.api.layer1.common.temporaryfiles
- velox.api.layer1.data - package velox.api.layer1.data
- velox.api.layer1.datastructure.events - package velox.api.layer1.datastructure.events
- velox.api.layer1.datastructure.interfaces - package velox.api.layer1.datastructure.interfaces
- velox.api.layer1.exception - package velox.api.layer1.exception
- velox.api.layer1.gui - package velox.api.layer1.gui
- velox.api.layer1.layers - package velox.api.layer1.layers
- velox.api.layer1.layers.strategies.interfaces - package velox.api.layer1.layers.strategies.interfaces
- velox.api.layer1.layers.utils - package velox.api.layer1.layers.utils
- velox.api.layer1.layers.utils.mbo - package velox.api.layer1.layers.utils.mbo
- velox.api.layer1.localization - package velox.api.layer1.localization
- velox.api.layer1.messages - package velox.api.layer1.messages
- velox.api.layer1.messages.historicalserver - package velox.api.layer1.messages.historicalserver
- velox.api.layer1.messages.indicators - package velox.api.layer1.messages.indicators
- velox.api.layer1.messages.tab - package velox.api.layer1.messages.tab
- velox.api.layer1.messages.tradingsubscription - package velox.api.layer1.messages.tradingsubscription
- velox.api.layer1.providers.data - package velox.api.layer1.providers.data
- velox.api.layer1.providers.helper - package velox.api.layer1.providers.helper
- velox.api.layer1.reading - package velox.api.layer1.reading
- velox.api.layer1.settings - package velox.api.layer1.settings
- velox.api.layer1.utils - package velox.api.layer1.utils
- velox.colors - package velox.colors
- velox.gui - package velox.gui
- velox.gui.colors - package velox.gui.colors
- velox.gui.utils - package velox.gui.utils
- velox.gui.utils.localization - package velox.gui.utils.localization
- velox.gui.utils.localization.translatable - package velox.gui.utils.localization.translatable
- velox.gui.utils.localization.translatable.exceptions - package velox.gui.utils.localization.translatable.exceptions
- VERSION0 - Enum constant in enum class velox.api.layer1.annotations.Layer1ApiVersionValue
-
API right before compatibility system was introduced.
- VERSION1 - Enum constant in enum class velox.api.layer1.annotations.Layer1ApiVersionValue
-
Development started around 2018-06-12 in version 7.0.
- VERSION2 - Enum constant in enum class velox.api.layer1.annotations.Layer1ApiVersionValue
-
Development started around 2018-11-20 in version 7.0.
- VERSION3 - Enum constant in enum class velox.api.layer1.annotations.Layer1ApiVersionValue
-
Development started around 2024-09-15 in version 7.6.
- VersionHelper - Class in velox.api.layer1.common
-
This class can be used to retrieve Bookmap version
- VersionHelper() - Constructor for class velox.api.layer1.common.VersionHelper
- VERTICAL_DATA_ZERO - Static variable in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.RelativeVerticalCoordinate
-
Corresponds to origin point of data
- VERTICAL_PIXEL_ZERO - Static variable in class velox.api.layer1.layers.strategies.interfaces.ScreenSpaceCanvas.RelativeVerticalCoordinate
-
Corresponds to bottom-most pixel of canvas
- VerticalLine - Class in velox.api.layer1.layers.strategies.interfaces
-
A vertical line that is drawn on chart
- VerticalLine(String) - Constructor for class velox.api.layer1.layers.strategies.interfaces.VerticalLine
- volume - Variable in class velox.api.layer1.data.StatusInfo
-
number of shares bought/sold during the day
W
- waitUntilInitialized() - Static method in class velox.api.layer1.layers.utils.SoundSynthHelper
-
Wait for initialization to complete.
- warn(String) - Static method in class velox.api.layer1.common.Log
- warn(String, Exception) - Static method in class velox.api.layer1.common.Log
- warn(String, String) - Static method in class velox.api.layer1.common.Log
- warn(String, String, Throwable) - Static method in class velox.api.layer1.common.Log
- WARN - Enum constant in enum class velox.api.layer1.common.Log.LogLevel
-
Important warnings.
- warnFmt(String, Object...) - Static method in class velox.api.layer1.common.Log
-
follow slf4j arguments passing rules
- warnFree(Object...) - Static method in class velox.api.layer1.common.Log
- WeakReferenceColorsChangedListener - Class in velox.colors
- WeakReferenceColorsChangedListener(ColorsChangedListener) - Constructor for class velox.colors.WeakReferenceColorsChangedListener
- When a trigger, defined internally by the addon occurs - send an actual alert with Layer1ApiSoundAlertMessage - Search tag in class velox.api.layer1.messages.Layer1ApiSoundAlertMessage
- Section
- widgetDisplayInfo - Variable in class velox.api.layer1.messages.indicators.Layer1ApiUserMessageModifyIndicator
- WidgetDisplayInfo - Class in velox.api.layer1.messages.indicators
-
Defines the way widget is displaying values By default widgets fills counter clockwise (if circle) or up (if bar) Another way is for widget to be symmetric, with specified value as center
- WidgetDisplayInfo(WidgetDisplayInfo.Type, double) - Constructor for class velox.api.layer1.messages.indicators.WidgetDisplayInfo
- WidgetDisplayInfo.Type - Enum Class in velox.api.layer1.messages.indicators
- WidgetRangeConsumer - Interface in velox.api.layer1.layers.strategies.interfaces
- WORKING - Enum constant in enum class velox.api.layer1.data.OrderStatus
- workingBuys - Variable in class velox.api.layer1.data.StatusInfo
-
number of working buy orders, shouldn't be negative, but won't cause crash
- workingSells - Variable in class velox.api.layer1.data.StatusInfo
-
number of working sell orders, shouldn't be negative, but won't cause crash
- WRONG_CREDENTIALS - Enum constant in enum class velox.api.layer1.data.LoginFailedReason
-
Server didn't accept credentials
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
AccountInfo(String, String, String, boolean)instead. Deprecated because id is supposed to be unique and should not be used as a summary (displayed name).