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