Sha256: f2384e47c2268b9aa1ce1dee1ea9ef58d0166f62033d5c1268b76c326acb1ee0
Contents?: true
Size: 685 Bytes
Versions: 4
Compression:
Stored size: 685 Bytes
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::OrderStrategyExecuteBodyOrderType describe SnapTrade::OrderStrategyExecuteBodyOrderType do let(:instance) { SnapTrade::OrderStrategyExecuteBodyOrderType.new } describe 'test an instance of OrderStrategyExecuteBodyOrderType' do it 'should create an instance of OrderStrategyExecuteBodyOrderType' do expect(instance).to be_instance_of(SnapTrade::OrderStrategyExecuteBodyOrderType) end end end
Version data entries
4 entries across 4 versions & 1 rubygems