|
INSTITUTIONAL SERVICES - PROGRAM
Success Trade offers a full programming interface for fast order
entry and execution.
- Using our straightforward API, programs can be bound to our
fast direct to market trading engine.
- API components are available as Windows COM Objects, Win32
DLL’s and Linux linkable libraries.
We also offer full technical support via email.
Currently Supported Function Calls:
int InitTradeEngine(char
*sErr=NULL);
int ShutdownTradeEngine(char
*sErr=NULL);
int AddATrader(char
*szUserID, char *szPassword, char *sErr=NULL);
int PlaceATrade(char
*szAccount, int iAccountType, int iTransType, int iOrderTypechar
*szSymbol, int iSymbolType, int iTradeQty, int iDelimiter, int
iDuration, double dStop, double dLimit, char *szECN, char *szMarketMaker,
char *szCancelSeqCd, char* szReturnSeqCd, char *sErr=NULL);
int RegisterNotifyEvent(int
hHandle, int iWndMsg);
int GetQuote(const
char *szSymbol, int iSymbolType, double &dLastPrice,
int &iLastPriceSize, double &dLastBid, int &iLastBidSize,
double &dLastAsk, int &iLastAskSize, int &iQuoteStatus);
int GetOrderStatus(const
char *szSeqCd, int &iStatus, int &iFillCount);
int GetOrderFillDetail(const
char *szSeqCd, int iFillItem, double &dFillPrice, int &iFillQty,
char *szFillDateTime);
For more information and pricing for program trading, please contact
our sales office at 1-800-597-8767 or contact via info@successtrade.com.
System response and account access
times may vary due to a variety of factors, including trading volumes,
market conditions, system performance, and other factors.
Copyright © 2003 Success Trade
Securities, Inc. Member NASD,SIPC.
All rights reserved. User Agreement. Privacy Statement
For more information contact info@successtrade.com
|