FINTERACTIONS.COM WEBSOCKET API
FUNDAMENTAL INTERACTIONS INC. - 147 west 26th street, 300, New York, NY 10001
  • OVERVIEW
  • LOGIN
  • USERS
  • SYMBOLS
  • ORDER ENTRY
  • QUERY ORDERS & TRADES
  • POSITION HOLDINGS
  • MARKET DATA
  • DEPOSIT & WITHDRAW
  • WALLETS
  • RISK
  • AUCTIONS
  • SYSTEM STATUS
  • ONBOARDING
  • NODEJS BASE SETUP
  • CROSS TRADE E & FINRA ORF/CAT REPORTING
Powered by GitBook
On this page

Was this helpful?

POSITION HOLDINGS

Clients current holdings in the market center

POSITIONS

Upon login, client will receive initial positions and continuous updates afterwards.

SAMPLE POSITION MESSAGE

{“curpos”:”500”,”security”:”MSFT”,”type”:”position”}

QUERY POSITIONS

Query user position.

SAMPLE QUERY MESSAGE

{“userid”: “TEST1”, “type”:”querypos”}
  • “userid”, ”firm”, superuser can provide “firm”,

  • ”userid” field. “security” is optional, if input does not provide, query will get all position info for user

SAMPLE QUERY RESPONSE MESSAGE

{“result”:”OK”,”firm”:”TEST”,”data”:[{“curpos”:”300”,”rec_no”:1,”secur
ity”:”ZVZZT”,”type”:”position”},{“curpos”:”300”,”rec_no”:2,”security”:”MSFT”,”ty
pe”:”position”}],”userid”:”TEST1”,”type”:”querypos”,”total_rec”:2}
{“result”:”no position”,”firm”:”TEST,”userid”:”TEST1”,”type”:”querypos”}
PreviousQUERY ORDERS & TRADESNextMARKET DATA

Last updated 18 days ago

Was this helpful?