Sha256: 6690611704f6ea86a1ccd2ac654bcf477f1407d9932a33c31072b615330c0588
Contents?: true
Size: 883 Bytes
Versions: 2
Compression:
Stored size: 883 Bytes
Contents
# SnapTrade::ManualTrade ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | | [optional] | | **account** | [**Account**](Account.md) | | [optional] | | **order_type** | [**OrderType**](OrderType.md) | | [optional] | | **time_in_force** | [**TimeInForce**](TimeInForce.md) | | [optional] | | **symbol** | [**ManualTradeSymbol**](ManualTradeSymbol.md) | | [optional] | | **action** | [**Action**](Action.md) | | [optional] | | **units** | **Float** | Trade Units | [optional] | | **price** | **Float** | Trade Price if limit or stop limit order | [optional] | ## Example ```ruby require 'snaptrade' instance = SnapTrade::ManualTrade.new( id: 2bcd7cc3-e922-4976-bce1-9858296801c3, account: null, order_type: null, time_in_force: null, symbol: null, action: null, units: null, price: 31.33 ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
snaptrade-1.3.0 | docs/ManualTrade.md |
snaptrade-1.2.0 | docs/ManualTrade.md |