Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

Commit

Permalink
Adding ability to create stop limit orders (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfkiwi authored and fb55 committed Mar 26, 2018
1 parent be11ec4 commit fb2cf03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ declare module 'gdax' {
product_id: string;
client_oid?: string;
stp?: 'dc' | 'co' | 'cn' | 'cb';
stop?: 'loss' | 'entry';
stop_price?: string;
}

interface LimitOrder extends BaseOrder {
Expand Down

0 comments on commit fb2cf03

Please sign in to comment.