Sha256: 86b4264c26e1c8e317e4a6dda7d5ad89bb80a755aabc07a0ef14f1c8d7d990fe

Contents?: true

Size: 1.64 KB

Versions: 27

Compression:

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

  describe 'test an instance of SymbolsQuotesInner' do
    it 'should create an instance of SymbolsQuotesInner' do
      expect(instance).to be_instance_of(SnapTrade::SymbolsQuotesInner)
    end
  end
  describe 'test attribute "symbol"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "bid_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 "ask_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 "last_trade_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 "bid_size"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "ask_size"' 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

27 entries across 27 versions & 1 rubygems

Version Path
snaptrade-2.0.38 spec/models/symbols_quotes_inner_spec.rb
snaptrade-2.0.37 spec/models/symbols_quotes_inner_spec.rb
snaptrade-2.0.36 spec/models/symbols_quotes_inner_spec.rb
snaptrade-2.0.35 spec/models/symbols_quotes_inner_spec.rb
snaptrade-2.0.34 spec/models/symbols_quotes_inner_spec.rb
snaptrade-2.0.33 spec/models/symbols_quotes_inner_spec.rb
snaptrade-2.0.32 spec/models/symbols_quotes_inner_spec.rb
snaptrade-2.0.31 spec/models/symbols_quotes_inner_spec.rb
snaptrade-2.0.30 spec/models/symbols_quotes_inner_spec.rb
snaptrade-2.0.29 spec/models/symbols_quotes_inner_spec.rb
snaptrade-2.0.28 spec/models/symbols_quotes_inner_spec.rb
snaptrade-2.0.27 spec/models/symbols_quotes_inner_spec.rb
snaptrade-2.0.26 spec/models/symbols_quotes_inner_spec.rb
snaptrade-2.0.25 spec/models/symbols_quotes_inner_spec.rb
snaptrade-2.0.24 spec/models/symbols_quotes_inner_spec.rb
snaptrade-2.0.23 spec/models/symbols_quotes_inner_spec.rb
snaptrade-2.0.22 spec/models/symbols_quotes_inner_spec.rb
snaptrade-2.0.21 spec/models/symbols_quotes_inner_spec.rb
snaptrade-2.0.16 spec/models/symbols_quotes_inner_spec.rb
snaptrade-2.0.15 spec/models/symbols_quotes_inner_spec.rb