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