Interface IExchangeOrderId
- Namespace
- WhalesSecret.TradeScriptLib.Entities.Orders
- Assembly
- WhalesSecret.TradeScriptLib.dll
Basic exchange order ID identifier. This identifier is assigned by the exchange as should be unique, at least for the given user on the given exchange.
[JsonDerivedType(typeof(BinanceOrderId), "BinanceOrderId")]
[JsonDerivedType(typeof(KucoinOrderId), "KucoinOrderId")]
public interface IExchangeOrderId : IOrderId, IEquatable<IExchangeOrderId>
- Inherited Members
- Extension Methods
Properties
- ExchangeMarket
Exchange market where the order was placed.
Methods
- ToString()
Returns a string that represents the current object.
- TryParseToString(ExchangeMarket, string, out IExchangeOrderId?)
Parses output of a
ToString()
on an IExchangeOrderId implementation back to an exchange order ID.