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