Sha256: c34bf696afd746788c7d258b9ae737d5fbc5bf79bb0cebc6bf912ced0293680b
Contents?: true
Size: 876 Bytes
Versions: 7
Compression:
Stored size: 876 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** | | [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
7 entries across 7 versions & 1 rubygems