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