Symbol Reference
Symbol Reference
/ sgcHTTP_API_Binance Namespace
/ Classes / TsgcHTTP_API_Binance_Rest / TsgcHTTP_API_Binance_Rest Methods (sgcHTTP_API_Binance) / TsgcHTTP_API_Binance_Rest.NewOrder
TsgcHTTP_API_Binance_Rest.NewOrder
Close
sgcWebSockets Classes
TsgcHTTP_API_Binance_Rest.NewOrder Method
Pascal
C++
C#
Visual Basic
public function NewOrder( const aSymbol: String; const aSide: String; const aType: String; aTimeInForce: String = ''; aQuantity: Double = 0; aQuoteOrderQty: Double = 0; aPrice: Double = 0; aNewClientOrderId: String = ''; aStopPrice: Double = 0; aIcebergQty: Double = 0; aTrailingDelta: Int64 = 0; aNewOrderRespType: String = '' ): String;

This is NewOrder, a member of class TsgcHTTP_API_Binance_Rest.