Skip to content

Commit

Permalink
注文取引にignoreAccpetedOffersFromResultオプションを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovegadd committed Jan 19, 2024
1 parent 7596f86 commit 392f807
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

- アクション検索条件拡張
- 注文取引のresult拡張
- 注文取引にignoreAccpetedOffersFromResultオプションを追加

### Changed

Expand Down
6 changes: 6 additions & 0 deletions src/transaction/placeOrder.ts
Expand Up @@ -199,6 +199,12 @@ export interface IResult {
* オファー数(2024-01-17~)
*/
numAcceptedOffers?: number;
options?: {
/**
* 取引resultの注文オファーを無視する(Orderに適用しない)
*/
ignoreAccpetedOffersFromResult?: boolean;
};
}
/**
* エラー
Expand Down

0 comments on commit 392f807

Please sign in to comment.