UNPKG

cobinhood-rx

Version:

CobinhoodRx is a rxjs node wrapper for the CobinhoodRx Api.

9 lines (8 loc) 185 B
export enum PlaceOrderTypeValue { Market = 'market', Limit = 'limit', Stop = 'stop', StopLimit = 'stop_limit', // TrailingStop = 'trailing_stop', // FillOrKill = 'fill_or_kill' }