Sha256: d35a5340a9a220065d4fdb491a5a17c508b97c4a32ae68a827addea4aed565fa

Contents?: true

Size: 565 Bytes

Versions: 7

Compression:

Stored size: 565 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::TimeInForceStrict
describe SnapTrade::TimeInForceStrict do
  let(:instance) { SnapTrade::TimeInForceStrict.new }

  describe 'test an instance of TimeInForceStrict' do
    it 'should create an instance of TimeInForceStrict' do
      expect(instance).to be_instance_of(SnapTrade::TimeInForceStrict)
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
snaptrade-2.0.7 spec/models/time_in_force_strict_spec.rb
snaptrade-2.0.6 spec/models/time_in_force_strict_spec.rb
snaptrade-2.0.5 spec/models/time_in_force_strict_spec.rb
snaptrade-2.0.4 spec/models/time_in_force_strict_spec.rb
snaptrade-2.0.3 spec/models/time_in_force_strict_spec.rb
snaptrade-2.0.2 spec/models/time_in_force_strict_spec.rb
snaptrade-2.0.1 spec/models/time_in_force_strict_spec.rb