BvmtFixDialect

StockSharp.Bvmt

Tunis BVMT dialecto protocolo FIX.

Hereda de: BaseFixDialect

Constructores

BvmtFixDialect
public BvmtFixDialect(IdGenerator transactionIdGenerator)
bvmtFixDialect = BvmtFixDialect(transactionIdGenerator)

Inicia una nueva instancia de la BvmtFixDialect.

transactionIdGenerator
Generador de identificación de transacciones.

Propiedades

FeatureName
public override string FeatureName { get; }
value = bvmtFixDialect.FeatureName

Nombre de la característica.

IsNativeIdentifiers
public override bool IsNativeIdentifiers { get; }
value = bvmtFixDialect.IsNativeIdentifiers

Identificar el instrumento financiero en mensajes por identificador nativo Nativo.

IsReplaceCommandEditCurrent
public override bool IsReplaceCommandEditCurrent { get; }
value = bvmtFixDialect.IsReplaceCommandEditCurrent

Es el comando OrderReplaceMessage edita un orden actual.

IsSupportTransactionLog
public override bool IsSupportTransactionLog { get; }
value = bvmtFixDialect.IsSupportTransactionLog

Adaptador traduce los cambios de pedidos en respuesta de OrderStatusMessage.

LogicalAccessId
public string LogicalAccessId { get; set; }
value = bvmtFixDialect.LogicalAccessId
bvmtFixDialect.LogicalAccessId = value

Acceso lógico id.

LoginAsPortfolioName
protected override bool LoginAsPortfolioName { get; }
value = bvmtFixDialect.LoginAsPortfolioName

Use Iniciar sesión como nombre de cartera.

OrdersQueuingMode
public OrdersQueuingMode OrdersQueuingMode { get; set; }
value = bvmtFixDialect.OrdersQueuingMode
bvmtFixDialect.OrdersQueuingMode = value

Modo de cola de orden.

PartitionId
public string PartitionId { get; set; }
value = bvmtFixDialect.PartitionId
bvmtFixDialect.PartitionId = value

Partición id.

PossibleSupportedMessages
public override IEnumerable<MessageTypeInfo> PossibleSupportedMessages { get; }
value = bvmtFixDialect.PossibleSupportedMessages

Posibles tipos de mensajes apoyados.

SupportUnknownExecutions
public override bool SupportUnknownExecutions { get; set; }
value = bvmtFixDialect.SupportUnknownExecutions
bvmtFixDialect.SupportUnknownExecutions = value

Apoyo procesamiento de las ejecuciones, generado por software de terceros.

Métodos

ApplyTimeInForce
protected override bool ApplyTimeInForce(ExecutionReport report, ExecutionMessage msg, bool throwInvalid)
result = bvmtFixDialect.ApplyTimeInForce(report, msg, throwInvalid)

Aplicar el tiempo en vigor.

report
msg
throwInvalid
GetExecutionTime
protected override DateTime GetExecutionTime(ExecutionReport report)
result = bvmtFixDialect.GetExecutionTime(report)

Consigue tiempo de ejecución.

GetOrderState
protected override OrderStates? GetOrderState(ExecutionReport report)
result = bvmtFixDialect.GetOrderState(report)

Convertir OrdStatus a OrderStatesvalor.

report
ExecutionReportvalor.

Devuelve: OrderStatesvalor.

GetOrderType
protected override OrderTypes GetOrderType(ExecutionReport report, OrderCondition condition)
result = bvmtFixDialect.GetOrderType(report, condition)

Consigue el tipo de pedido.

report
Informe de ejecución.
condition
Condiciones de orden de base (por ejemplo, para detener el orden algo pedidos).

Devuelve: Tipo de pedido.

GetSupportedMarketDataTypesAsync
public override IAsyncEnumerable<DataType> GetSupportedMarketDataTypesAsync(SecurityId securityId, DateTime? from, DateTime? to)
result = bvmtFixDialect.GetSupportedMarketDataTypesAsync(securityId, from, to)

Consiga soporte por tipos de mensaje de adaptador.

securityId
SecurityId
from
Fecha de inicio para solicitar. Si , entonces todos los mensajes disponibles serán devueltos.
to
Fecha final para solicitar. Si , entonces todos los mensajes disponibles serán devueltos.

Devuelve: Apoyado por tipos de datos del mercado de adaptadores.

OnReadAsync
protected override IAsyncEnumerable<Message> OnReadAsync(IFixReader reader, string msgType, CancellationToken cancellationToken)
result = bvmtFixDialect.OnReadAsync(reader, msgType, cancellationToken)

Lea el siguiente mensaje del protocolo FIX.

reader
El lector de datos registrados en el formato de protocolo FIX.
msgType
Tipo de mensaje.
cancellationToken
CancellationToken

Devuelve: La secuencia de mensajes.

OnWriteAsync
protected override ValueTask<string> OnWriteAsync(IFixWriter writer, Message message, CancellationToken cancellationToken)
result = bvmtFixDialect.OnWriteAsync(writer, message, cancellationToken)

Escriba el mensaje especificado en el protocolo FIX.

writer
El grabador de datos en el formato de protocolo FIX.
message
El mensaje.
cancellationToken
Cancelación token.

Devuelve: FixMessagesvalor.

ProcessExecutionReportAsync
protected override IAsyncEnumerable<Message> ProcessExecutionReportAsync(ExecutionReport report, Func<ExecutionReport, ExecutionMessage, CancellationToken, IAsyncEnumerable<ExecutionMessage>> processExecMsg, CancellationToken cancellationToken)
result = bvmtFixDialect.ProcessExecutionReportAsync(report, processExecMsg, cancellationToken)

Proceso ExecutionReport instance.

report
ExecutionReport instance.
processExecMsg
Post handle an ExecutionMessage instance.
cancellationToken
CancellationToken
ProcessExecutionReportExtraTagAsync
protected override ValueTask<bool> ProcessExecutionReportExtraTagAsync(FixTags tag, IFixReader reader, ExecutionReport report, CancellationToken cancellationToken)
result = bvmtFixDialect.ProcessExecutionReportExtraTagAsync(tag, reader, report, cancellationToken)

Tramite etiquetas adicionales para ExecutionReport.

tag
Tag.
reader
El lector de datos registrados en el formato de protocolo FIX.
report
Informe de ejecución.
cancellationToken
CancellationToken

Devuelve: Resultado.

TryParseNextMsqSeqNum
public override long? TryParseNextMsqSeqNum(string errorMessage)
result = bvmtFixDialect.TryParseNextMsqSeqNum(errorMessage)

Pruebe el extracto esperado MsgSeqNum del mensaje de error especificado.

errorMessage
Mensaje de error.

Devuelve: MsgSeqNum@o .