Skip to content

Commit 1d53619

Browse files
committed
add accumulator contract type
1 parent 9a6fce6 commit 1d53619

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/api/models/enums.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,8 @@ enum ContractType {
356356
callSpread,
357357
putSpread,
358358
runHigh,
359-
runLow
359+
runLow,
360+
accu,
360361
}
361362

362363
/// Defines the type of the users account

0 commit comments

Comments
 (0)