We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If FILL_OR_KILL order's (requested) size is lower than min_fill_size, Flumine simulation behaves as if min_fill_size == size. However, the order should be rejected with INVALID_MIN_FILL_SIZE error code, as per: https://docs.developer.betfair.com/display/1smk3cen4v3lu3yomq5qye0ni/Betting+Enums#BettingEnums-InstructionReportErrorCode
min_fill_size
min_fill_size == size
INVALID_MIN_FILL_SIZE
The text was updated successfully, but these errors were encountered:
betcode-org#702 Reject invalid minFillSize in simulation
805beff
Successfully merging a pull request may close this issue.
If FILL_OR_KILL order's (requested) size is lower than
min_fill_size
, Flumine simulation behaves as ifmin_fill_size == size
. However, the order should be rejected withINVALID_MIN_FILL_SIZE
error code, as per: https://docs.developer.betfair.com/display/1smk3cen4v3lu3yomq5qye0ni/Betting+Enums#BettingEnums-InstructionReportErrorCodeThe text was updated successfully, but these errors were encountered: