Package velox.api.layer0.data
Class OrderQueuePositionUserMessage
java.lang.Object
velox.api.layer0.data.OrderQueuePositionUserMessage
Deprecated.
Allows to set order position in queue, exists for compatibility with Recorder
API. Will be removed in the future in favor of L2-api based solution
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOrderQueuePositionUserMessage(String orderId, int position) Deprecated.Record order position in the queue -
Method Summary
-
Field Details
-
orderId
Deprecated. -
position
public final int positionDeprecated.
-
-
Constructor Details
-
OrderQueuePositionUserMessage
Deprecated.Record order position in the queue- Parameters:
orderId- order idposition- number of shares to be executed before this order
You can useTagsExt.QUEUE_POSITION_AUTOif you want to switch back to automatic computation orTagsExt.QUEUE_POSITION_HIDEif you want to hide order position mark regardless of settings
-