Sha256: 7141547c954cfb4832561f91251c2535d8a279abd6ff67cdefd826da488a9610
Contents?: true
Size: 1.13 KB
Versions: 41
Compression:
Stored size: 1.13 KB
Contents
# SnapTrade::StrategyImpact ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **estimated_commissions** | **Float** | | [optional] | | **buying_power_effect** | **Float** | | [optional] | | **buying_power_result** | **Float** | | [optional] | | **maint_excess_effect** | **Float** | | [optional] | | **maint_excess_result** | **Float** | | [optional] | | **trade_value_calculation** | **String** | | [optional] | | **legs** | [**Array<StrategyImpactLegsInner>**](StrategyImpactLegsInner.md) | | [optional] | | **side** | **String** | | [optional] | | **effect** | **String** | | [optional] | | **price** | **Float** | | [optional] | | **strategy** | **String** | | [optional] | ## Example ```ruby require 'snaptrade' instance = SnapTrade::StrategyImpact.new( estimated_commissions: 11.95, buying_power_effect: -156.3435, buying_power_result: 8800.0882, maint_excess_effect: -46.95, maint_excess_result: 2642.669129, trade_value_calculation: 1 x 0.07 x 100 + 1 x 0.28 x 100 = DR 35.00 CAD, legs: null, side: Buy, effect: Debit, price: 0.35, strategy: Strangle ) ```
Version data entries
41 entries across 41 versions & 1 rubygems