Sha256: 176f61c77abe223bf4c8353067e290363f2f4ca1aabcf294208bb895df1740c6
Contents?: true
Size: 558 Bytes
Versions: 3
Compression:
Stored size: 558 Bytes
Contents
# SnapTrade::ValidatedTradeBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **wait_to_confirm** | **Boolean** | Optional, defaults to true. Determines if a wait is performed to check on order status. If false, latency will be reduced but orders returned will be more likely to be of status PENDING as we will not wait to check on the status before responding to the request | [optional] | ## Example ```ruby require 'snaptrade' instance = SnapTrade::ValidatedTradeBody.new( wait_to_confirm: true ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
snaptrade-2.0.7 | docs/ValidatedTradeBody.md |
snaptrade-2.0.6 | docs/ValidatedTradeBody.md |
snaptrade-2.0.5 | docs/ValidatedTradeBody.md |