Sha256: 8fd688b6e96d67364d65f326c02947f1a65853f126bfe641bb847f45f0b09d12
Contents?: true
Size: 984 Bytes
Versions: 29
Compression:
Stored size: 984 Bytes
Contents
# SnapTrade::ManualTradeForm ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **account_id** | **String** | | [optional] | | **action** | [**Action**](Action.md) | | [optional] | | **order_type** | [**OrderType**](OrderType.md) | | [optional] | | **price** | **Float** | Trade Price if limit or stop limit order | [optional] | | **stop** | **Float** | Stop Price. If stop loss or stop limit order, the price to trigger the stop | [optional] | | **time_in_force** | [**TimeInForce**](TimeInForce.md) | | [optional] | | **units** | **Float** | Trade Units | [optional] | | **universal_symbol_id** | **String** | | [optional] | ## Example ```ruby require 'snaptrade' instance = SnapTrade::ManualTradeForm.new( account_id: 2bcd7cc3-e922-4976-bce1-9858296801c3, action: null, order_type: null, price: 31.33, stop: 31.33, time_in_force: null, units: null, universal_symbol_id: 2bcd7cc3-e922-4976-bce1-9858296801c3 ) ```
Version data entries
29 entries across 29 versions & 1 rubygems