Search results

  1. Y

    Sterling Api. How stop order transaction?

    It is possible to expose stop order through Sterling API? Thanks.
  2. Y

    As in the trading terminal Sterling get a list of orders?

    Omaint = new STIOrderMaint(); ? OrderCount = stiOrderMaint.GetOrderList(false, ref OrderList1); - here the error takes.
  3. Y

    As in the trading terminal Sterling get a list of orders?

    Method in the trading terminal Sterling GetOrderList(VARIANT_BOOL bOpenOnly, SAFEARRAY(structSTIOrderUpdate) *arrayOrder, long *lCount); Such a structure it in Visual Studio int GetOrderList([In] bool bOpenOnly, [MarshalAs(UnmanagedType.SafeArray, SafeArraySubType = VarEnum.VT_EMPTY), In, Out]...
Back
Top