Skip to content

Commit

Permalink
注文取引確定時の同期的な注文コード発行に対応
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovegadd committed Feb 5, 2024
1 parent 56324b4 commit d55c27e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
### Added

- CreateAccountingReportタスクを追加
- 注文取引確定時の同期的な注文コード発行に対応

### Changed

Expand Down
4 changes: 4 additions & 0 deletions src/transaction/placeOrder.ts
Expand Up @@ -197,6 +197,10 @@ export interface IResult {
* 注文
*/
order: IOrderAsResult;
/**
* 取引確定時の同期的な注文コード発行に対応(2024-02-05~)
*/
code?: string;
/**
* 承認アクションID(2024-01-17~)
*/
Expand Down

0 comments on commit d55c27e

Please sign in to comment.