Sha256: 3583d60884fb6917f8bdc9f6d7d8f50d13a2d8b6c6ccbd68c2062839caac86b5
Contents?: true
Size: 517 Bytes
Versions: 37
Compression:
Stored size: 517 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
37 entries across 37 versions & 1 rubygems