Represents a group of configurable "Order Manager" related settings of a FIXSession.
This class cannot be inherited.
Namespace:
Teraspaces.QWFIX.OrderManagerAssembly: Teraspaces.QWFIX.OrderManager (in Teraspaces.QWFIX.OrderManager.dll) Version: 2.5.0.0 (2.5.0.0)
Syntax
| C# | Visual Basic | Visual C++ | J# |
public sealed class FIXSessionOrderManagerSettings
Public NotInheritable Class FIXSessionOrderManagerSettings
public ref class FIXSessionOrderManagerSettings sealed
public final class FIXSessionOrderManagerSettings
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| FIXSessionOrderManagerSettings(FIXEngineSessionSettings, FIXSessionOrderManagerSide) |
Initializes a new instance of the FIXSessionOrderManagerSettings class.
| |
| AlwaysSendCancelRequest |
Gets or sets a value indicating how buy side handles cancel request messages.
| |
| AlwaysSendNewOrder |
Gets or sets a value indicating how buy side handles new order messages.
| |
| AlwaysSendReplaceRequest |
Gets or sets a value indicating how buy side handles replace request messages.
| |
| AlwaysSendStatusRequest |
Gets or sets a value indicating how buy side handles status request messages.
| |
| CreateExecutionVenueSettings(ExecutionVenue, FIXSessionOrderManagerSettings) |
Creates the execution venue settings.
| |
| Equals(Object) | (Inherited from Object.) | |
| ExecutionVenueSettings |
Gets or sets the execution venue settings.
| |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetSchemaSettings(FIXSchema) |
Gets the schema settings by specified schema.
| |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| LambdaBustExecutionCancelCreating |
Gets or sets the Visual Lambda modules used when creating a bust execution that cancels a previous execution.
| |
| LambdaBustExecutionCorrectCreating |
Gets or sets the Visual Lambda modules used when creating a bust execution that corrects a previous execution.
| |
| LambdaNewExecutionAgainstModificationCreating |
Gets or sets the Visual Lambda modules used when creating an execution against modification request.
| |
| LambdaNewExecutionNonTradeCreating |
Gets or sets the Visual Lambda modules used when creating a non-trade execution.
| |
| LambdaNewExecutionTradeCreating |
Gets or sets the Visual Lambda modules used when creating a trade execution.
| |
| LambdaNewOrderReceived |
Gets or sets the Visual Lambda modules used when new orders are received.
| |
| LambdaNewOrderSending |
Gets or sets the Visual Lambda modules used when sending new orders.
| |
| LambdaOrderCancelRequestReceived |
Gets or sets the Visual Lambda modules used when cancel requests are received.
| |
| LambdaOrderCancelRequestSending |
Gets or sets the Visual Lambda modules used when sending cancel requests.
| |
| LambdaOrderReplaceRequestReceived |
Gets or sets the Visual Lambda modules used when replace requests are received.
| |
| LambdaOrderReplaceRequestSending | ||
| LambdaStatusExecutionCreating |
Gets or sets the Visual Lambda modules used when creating a status execution.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| SchemaSettings |
Gets or sets the schema settings.
| |
| SellSideAutoGenerateStatusExecution |
Gets or sets a value indicating whether sell side automatically generates status execution when a status request is received.
| |
| Session |
Gets the session.
| |
| Side |
Gets or sets the side.
| |
| ToString()()() | (Overrides Object..::.ToString()()().) | |
| UniqueIDForMultipleDaySessions |
Gets or sets a value indicating whether unique IDs (such as ClOrdID or ExecID etc) are used across multiple intra-day sessions.
|