Sha256: b8ab412b895dfa21f7fcb26e179711d9ea54ec60e29538ee7f310077dcf8aabb
Contents?: true
Size: 1.95 KB
Versions: 37
Compression:
Stored size: 1.95 KB
Contents
=begin #SnapTrade #Connect brokerage accounts to your app for live positions and trading The version of the OpenAPI document: 1.0.0 Contact: api@snaptrade.com =end require 'spec_helper' require 'json' require 'date' # Unit tests for SnapTrade::StrategyOrderPlaceOrdersInnerLegsInner describe SnapTrade::StrategyOrderPlaceOrdersInnerLegsInner do let(:instance) { SnapTrade::StrategyOrderPlaceOrdersInnerLegsInner.new } describe 'test an instance of StrategyOrderPlaceOrdersInnerLegsInner' do it 'should create an instance of StrategyOrderPlaceOrdersInnerLegsInner' do expect(instance).to be_instance_of(SnapTrade::StrategyOrderPlaceOrdersInnerLegsInner) end end describe 'test attribute "leg_id"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "symbol"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "symbol_id"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "leg_ratio_quantity"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "side"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "avg_exec_price"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "last_exec_price"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end
Version data entries
37 entries across 37 versions & 1 rubygems