Sha256: 51a8223b2fc1b21c819542668487f6a9d18f33a51daf2305cc7039a67e8afe4e
Contents?: true
Size: 1.01 KB
Versions: 13
Compression:
Stored size: 1.01 KB
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::ManualTradeFormWithOptionsStopLoss describe SnapTrade::ManualTradeFormWithOptionsStopLoss do let(:instance) { SnapTrade::ManualTradeFormWithOptionsStopLoss.new } describe 'test an instance of ManualTradeFormWithOptionsStopLoss' do it 'should create an instance of ManualTradeFormWithOptionsStopLoss' do expect(instance).to be_instance_of(SnapTrade::ManualTradeFormWithOptionsStopLoss) end end describe 'test attribute "stop_price"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "limit_price"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end
Version data entries
13 entries across 13 versions & 1 rubygems