ProtoOAErrorCode
* Código de error ENUM.
Campos
public const ProtoOAErrorCode AccountNotAuthorized
value = ProtoOAErrorCode.AccountNotAuthorized
Cuando la cuenta no está autorizada.
public const ProtoOAErrorCode AlreadyLoggedIn
value = ProtoOAErrorCode.AlreadyLoggedIn
Cuando el cliente intenta autorizar después de que ya estaba autorizado.
public const ProtoOAErrorCode AlreadySubscribed
value = ProtoOAErrorCode.AlreadySubscribed
Cuando se solicita la suscripción para un activo.
public const ProtoOAErrorCode ChAccessTokenInvalid
value = ProtoOAErrorCode.ChAccessTokenInvalid
El acceso a la ficha es inválido.
public const ProtoOAErrorCode ChannelIsBlocked
value = ProtoOAErrorCode.ChannelIsBlocked
No se permiten operaciones para esta cuenta.
public const ProtoOAErrorCode ChClientAlreadyAuthenticated
value = ProtoOAErrorCode.ChClientAlreadyAuthenticated
El cliente está tratando de autenticar dos veces.
public const ProtoOAErrorCode ChClientAuthFailure
value = ProtoOAErrorCode.ChClientAuthFailure
Open API client no está activada o mal credenciales de cliente.
public const ProtoOAErrorCode ChClientNotAuthenticated
value = ProtoOAErrorCode.ChClientNotAuthenticated
Cuando se envía un comando para no autorizado cliente Open API.
public const ProtoOAErrorCode ChCtidTraderAccountNotFound
value = ProtoOAErrorCode.ChCtidTraderAccountNotFound
No se encuentra la cuenta de negociación.
public const ProtoOAErrorCode ChOaClientNotFound
value = ProtoOAErrorCode.ChOaClientNotFound
No pude encontrar a este cliente id.
public const ProtoOAErrorCode ChServerNotReachable
value = ProtoOAErrorCode.ChServerNotReachable
No hay servicio de comercio disponible.
public const ProtoOAErrorCode ConnectionsLimitExceeded
value = ProtoOAErrorCode.ConnectionsLimitExceeded
Se alcanza límite de conexiones para este cliente de Open API.
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.
public const ProtoOAErrorCode MaxExposureReached
value = ProtoOAErrorCode.MaxExposureReached
Se alcanza límite máximo de exposición para {trader, symbol, side}.
public const ProtoOAErrorCode NotEnoughMoney
value = ProtoOAErrorCode.NotEnoughMoney
No hay suficientes fondos para asignar el margen.
public const ProtoOAErrorCode NotSubscribedToSpots
value = ProtoOAErrorCode.NotSubscribedToSpots
Precios
public const ProtoOAErrorCode OaAuthTokenExpired
value = ProtoOAErrorCode.OaAuthTokenExpired
Autorización
public const ProtoOAErrorCode OrderNotFound
value = ProtoOAErrorCode.OrderNotFound
Orden no encontrada.
public const ProtoOAErrorCode PendingExecution
value = ProtoOAErrorCode.PendingExecution
Incapaz de aplicar cambios como posición tiene una orden bajo ejecución.
public const ProtoOAErrorCode PositionLocked
value = ProtoOAErrorCode.PositionLocked
Posición en el estado que no permite realizar una operación.
public const ProtoOAErrorCode PositionNotFound
value = ProtoOAErrorCode.PositionNotFound
Posición no encontrada.
public const ProtoOAErrorCode PositionNotOpen
value = ProtoOAErrorCode.PositionNotOpen
Cuando intenta cerrar una posición que no está abierta.
public const ProtoOAErrorCode ProtectionIsTooCloseToMarket
value = ProtoOAErrorCode.ProtectionIsTooCloseToMarket
Precios de protección inválidos.
public const ProtoOAErrorCode RequestFrequencyExceeded
value = ProtoOAErrorCode.RequestFrequencyExceeded
General
public const ProtoOAErrorCode RetAccountDisabled
value = ProtoOAErrorCode.RetAccountDisabled
Cuando la cuenta está desactivada.
public const ProtoOAErrorCode RetNoSuchLogin
value = ProtoOAErrorCode.RetNoSuchLogin
Cuando tal cuenta ya no existe.
public const ProtoOAErrorCode ServerIsUnderMaintenance
value = ProtoOAErrorCode.ServerIsUnderMaintenance
El servidor está bajo mantenimiento.
public const ProtoOAErrorCode ShortSellingNotAllowed
value = ProtoOAErrorCode.ShortSellingNotAllowed
La venta corta no está permitida.
public const ProtoOAErrorCode SymbolHasHoliday
value = ProtoOAErrorCode.SymbolHasHoliday
Desplazamiento desactivado porque el símbolo tiene vacaciones.
public const ProtoOAErrorCode SymbolNotFound
value = ProtoOAErrorCode.SymbolNotFound
Símbolo no encontrado.
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.
public const ProtoOAErrorCode TradingBadExpirationDate
value = ProtoOAErrorCode.TradingBadExpirationDate
Caducidad inválida.
public const ProtoOAErrorCode TradingBadPrices
value = ProtoOAErrorCode.TradingBadPrices
Precio inválido (e.g@. negativo).
public const ProtoOAErrorCode TradingBadStake
value = ProtoOAErrorCode.TradingBadStake
Volumen de participación inválida (e.g@. negativo).
public const ProtoOAErrorCode TradingBadStops
value = ProtoOAErrorCode.TradingBadStops
Precio de parada inválido.
public const ProtoOAErrorCode TradingBadVolume
value = ProtoOAErrorCode.TradingBadVolume
Volumen inválido.
public const ProtoOAErrorCode TradingDisabled
value = ProtoOAErrorCode.TradingDisabled
El trading está bloqueado para el símbolo.
public const ProtoOAErrorCode TradingNotAllowed
value = ProtoOAErrorCode.TradingNotAllowed
La cuenta de negociación está en modo de lectura.
public const ProtoOAErrorCode UnableToAmendOrder
value = ProtoOAErrorCode.UnableToAmendOrder
Incapaz de enmendar el orden.
public const ProtoOAErrorCode UnableToCancelOrder
value = ProtoOAErrorCode.UnableToCancelOrder
Incapaz de cancelar el pedido.
public const ProtoOAErrorCode UnknownSymbol
value = ProtoOAErrorCode.UnknownSymbol
Nota: para fusionarse con SYMBOL_NOT_FOUND.
public const ProtoOAErrorCode WorseGslNotAllowed
value = ProtoOAErrorCode.WorseGslNotAllowed
No se permite aumentar el riesgo de posiciones con pérdida de parada garantizada.