Sha256: 8274ce326ca20542a072b638ff35cb345a6f34ac1d8cb6d29cd929f6aa9e19ff
Contents?: true
Size: 900 Bytes
Versions: 20
Compression:
Stored size: 900 Bytes
Contents
# SnapTrade::ManualTrade ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | | [optional] | | **account** | **String** | | [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: 2bcd7cc3-e922-4976-bce1-9855556801c3, order_type: null, time_in_force: null, symbol: null, action: null, units: null, price: 31.33 ) ```
Version data entries
20 entries across 20 versions & 1 rubygems