Sha256: 5de25f5587054127c2a0c6ec4292c5a4f2f78cc292ed2dd18de03ac47a33e027
Contents?: true
Size: 934 Bytes
Versions: 5
Compression:
Stored size: 934 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. Cannot work with notional value. | [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
5 entries across 5 versions & 1 rubygems