ProtoOAErrorCode

StockSharp.cTrader.Native.Model

* Código de error ENUM.

Campos

AccountNotAuthorized
public const ProtoOAErrorCode AccountNotAuthorized
value = ProtoOAErrorCode.AccountNotAuthorized

Cuando la cuenta no está autorizada.

AlreadyLoggedIn
public const ProtoOAErrorCode AlreadyLoggedIn
value = ProtoOAErrorCode.AlreadyLoggedIn

Cuando el cliente intenta autorizar después de que ya estaba autorizado.

AlreadySubscribed
public const ProtoOAErrorCode AlreadySubscribed
value = ProtoOAErrorCode.AlreadySubscribed

Cuando se solicita la suscripción para un activo.

ChAccessTokenInvalid
public const ProtoOAErrorCode ChAccessTokenInvalid
value = ProtoOAErrorCode.ChAccessTokenInvalid

El acceso a la ficha es inválido.

ChannelIsBlocked
public const ProtoOAErrorCode ChannelIsBlocked
value = ProtoOAErrorCode.ChannelIsBlocked

No se permiten operaciones para esta cuenta.

ChClientAlreadyAuthenticated
public const ProtoOAErrorCode ChClientAlreadyAuthenticated
value = ProtoOAErrorCode.ChClientAlreadyAuthenticated

El cliente está tratando de autenticar dos veces.

ChClientAuthFailure
public const ProtoOAErrorCode ChClientAuthFailure
value = ProtoOAErrorCode.ChClientAuthFailure

Open API client no está activada o mal credenciales de cliente.

ChClientNotAuthenticated
public const ProtoOAErrorCode ChClientNotAuthenticated
value = ProtoOAErrorCode.ChClientNotAuthenticated

Cuando se envía un comando para no autorizado cliente Open API.

ChCtidTraderAccountNotFound
public const ProtoOAErrorCode ChCtidTraderAccountNotFound
value = ProtoOAErrorCode.ChCtidTraderAccountNotFound

No se encuentra la cuenta de negociación.

ChOaClientNotFound
public const ProtoOAErrorCode ChOaClientNotFound
value = ProtoOAErrorCode.ChOaClientNotFound

No pude encontrar a este cliente id.

ChServerNotReachable
public const ProtoOAErrorCode ChServerNotReachable
value = ProtoOAErrorCode.ChServerNotReachable

No hay servicio de comercio disponible.

ConnectionsLimitExceeded
public const ProtoOAErrorCode ConnectionsLimitExceeded
value = ProtoOAErrorCode.ConnectionsLimitExceeded

Se alcanza límite de conexiones para este cliente de Open API.

IncorrectBoundaries
public const ProtoOAErrorCode IncorrectBoundaries
value = ProtoOAErrorCode.IncorrectBoundaries

Cuando se solicita el período (de, a) es demasiado grande o los valores inválidos se establecen de / a.

MaxExposureReached
public const ProtoOAErrorCode MaxExposureReached
value = ProtoOAErrorCode.MaxExposureReached

Se alcanza límite máximo de exposición para {trader, symbol, side}.

NoQuotes
public const ProtoOAErrorCode NoQuotes
value = ProtoOAErrorCode.NoQuotes

Trading

NotEnoughMoney
public const ProtoOAErrorCode NotEnoughMoney
value = ProtoOAErrorCode.NotEnoughMoney

No hay suficientes fondos para asignar el margen.

NotSubscribedToSpots
public const ProtoOAErrorCode NotSubscribedToSpots
value = ProtoOAErrorCode.NotSubscribedToSpots

Precios

OaAuthTokenExpired
public const ProtoOAErrorCode OaAuthTokenExpired
value = ProtoOAErrorCode.OaAuthTokenExpired

Autorización

OrderNotFound
public const ProtoOAErrorCode OrderNotFound
value = ProtoOAErrorCode.OrderNotFound

Orden no encontrada.

PendingExecution
public const ProtoOAErrorCode PendingExecution
value = ProtoOAErrorCode.PendingExecution

Incapaz de aplicar cambios como posición tiene una orden bajo ejecución.

PositionLocked
public const ProtoOAErrorCode PositionLocked
value = ProtoOAErrorCode.PositionLocked

Posición en el estado que no permite realizar una operación.

PositionNotFound
public const ProtoOAErrorCode PositionNotFound
value = ProtoOAErrorCode.PositionNotFound

Posición no encontrada.

PositionNotOpen
public const ProtoOAErrorCode PositionNotOpen
value = ProtoOAErrorCode.PositionNotOpen

Cuando intenta cerrar una posición que no está abierta.

ProtectionIsTooCloseToMarket
public const ProtoOAErrorCode ProtectionIsTooCloseToMarket
value = ProtoOAErrorCode.ProtectionIsTooCloseToMarket

Precios de protección inválidos.

RequestFrequencyExceeded
public const ProtoOAErrorCode RequestFrequencyExceeded
value = ProtoOAErrorCode.RequestFrequencyExceeded

General

RetAccountDisabled
public const ProtoOAErrorCode RetAccountDisabled
value = ProtoOAErrorCode.RetAccountDisabled

Cuando la cuenta está desactivada.

RetNoSuchLogin
public const ProtoOAErrorCode RetNoSuchLogin
value = ProtoOAErrorCode.RetNoSuchLogin

Cuando tal cuenta ya no existe.

ServerIsUnderMaintenance
public const ProtoOAErrorCode ServerIsUnderMaintenance
value = ProtoOAErrorCode.ServerIsUnderMaintenance

El servidor está bajo mantenimiento.

ShortSellingNotAllowed
public const ProtoOAErrorCode ShortSellingNotAllowed
value = ProtoOAErrorCode.ShortSellingNotAllowed

La venta corta no está permitida.

SymbolHasHoliday
public const ProtoOAErrorCode SymbolHasHoliday
value = ProtoOAErrorCode.SymbolHasHoliday

Desplazamiento desactivado porque el símbolo tiene vacaciones.

SymbolNotFound
public const ProtoOAErrorCode SymbolNotFound
value = ProtoOAErrorCode.SymbolNotFound

Símbolo no encontrado.

TooManyPositions
public const ProtoOAErrorCode TooManyPositions
value = ProtoOAErrorCode.TooManyPositions

Cuenta de trading alcanzó su límite para el número máximo de posiciones y órdenes abiertas.

TradingBadExpirationDate
public const ProtoOAErrorCode TradingBadExpirationDate
value = ProtoOAErrorCode.TradingBadExpirationDate

Caducidad inválida.

TradingBadPrices
public const ProtoOAErrorCode TradingBadPrices
value = ProtoOAErrorCode.TradingBadPrices

Precio inválido (e.g@. negativo).

TradingBadStake
public const ProtoOAErrorCode TradingBadStake
value = ProtoOAErrorCode.TradingBadStake

Volumen de participación inválida (e.g@. negativo).

TradingBadStops
public const ProtoOAErrorCode TradingBadStops
value = ProtoOAErrorCode.TradingBadStops

Precio de parada inválido.

TradingBadVolume
public const ProtoOAErrorCode TradingBadVolume
value = ProtoOAErrorCode.TradingBadVolume

Volumen inválido.

TradingDisabled
public const ProtoOAErrorCode TradingDisabled
value = ProtoOAErrorCode.TradingDisabled

El trading está bloqueado para el símbolo.

TradingNotAllowed
public const ProtoOAErrorCode TradingNotAllowed
value = ProtoOAErrorCode.TradingNotAllowed

La cuenta de negociación está en modo de lectura.

UnableToAmendOrder
public const ProtoOAErrorCode UnableToAmendOrder
value = ProtoOAErrorCode.UnableToAmendOrder

Incapaz de enmendar el orden.

UnableToCancelOrder
public const ProtoOAErrorCode UnableToCancelOrder
value = ProtoOAErrorCode.UnableToCancelOrder

Incapaz de cancelar el pedido.

UnknownSymbol
public const ProtoOAErrorCode UnknownSymbol
value = ProtoOAErrorCode.UnknownSymbol

Nota: para fusionarse con SYMBOL_NOT_FOUND.

WorseGslNotAllowed
public const ProtoOAErrorCode WorseGslNotAllowed
value = ProtoOAErrorCode.WorseGslNotAllowed

No se permite aumentar el riesgo de posiciones con pérdida de parada garantizada.