Skip to content

dblarons/stockfighter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo was previously private, but stockfighter is being shut down. My friend Carl and I attempted a few of the problems over a winter break.

API

constructor(creds, accountId)
getApiHealth()
getVenueHealth(venueId)
getStockList(venueId)
getOrderbook(venueId, stockId)
bid(venueId, stockId, price, qty, orderType)
ask(venueId, stockId, price, qty, orderType)
getQuote(venueId, stockId)
getOrderStatus(venueId, stockId, orderId)
deleteOrder(venueId, stockId, orderId)
getAllOrders(venueId)
getAllOrdersForStock(venueId, stockId)

GM

constructor(apiToken)
getInstanceStatus(instanceId)
resume(instanceId)
getIds(instanceId)
restart(instanceId)

About

carl and aaron take stockfighter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published