Skip to content

Commit

Permalink
fix: update orderParameters
Browse files Browse the repository at this point in the history
  • Loading branch information
vansergen committed Sep 10, 2020
1 parent 61c897e commit 4f6de7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ export interface IOrderV3 extends IBaseOrder {
/**
* Order response parameters
*/
orderParameters: IPlaceOrderOptionsV3;
orderParameters: IBasePlaceOrderOptions & { symbolId: string };
/**
* Order state response
*/
Expand Down

0 comments on commit 4f6de7e

Please sign in to comment.