Sha256: 9371b34e2f9a74d33129074d517e60925b976c679447d59f1984a1fd50c1fa53
Contents?: true
Size: 722 Bytes
Versions: 41
Compression:
Stored size: 722 Bytes
Contents
# SnapTrade::StrategyImpactLegsInner ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **leg_id** | **Integer** | | [optional] | | **symbol** | **String** | | [optional] | | **symbol_id** | **Integer** | | [optional] | | **leg_ratio_quantity** | **Integer** | | [optional] | | **side** | **String** | | [optional] | | **avg_exec_price** | **String** | | [optional] | | **last_exec_price** | **String** | | [optional] | ## Example ```ruby require 'snaptrade' instance = SnapTrade::StrategyImpactLegsInner.new( leg_id: 0, symbol: AC21Oct22C30.00.MX, symbol_id: 41790511, leg_ratio_quantity: 1, side: BTO, avg_exec_price: null, last_exec_price: null ) ```
Version data entries
41 entries across 41 versions & 1 rubygems