Sha256: 2e209d7a6e0fa63eddcf7f7f7393cbb355f60af5ec68195b722f93fe9a5910d9
Contents?: true
Size: 541 Bytes
Versions: 4
Compression:
Stored size: 541 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
4 entries across 4 versions & 1 rubygems