snaptrade 2.0.47 → 2.0.48

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,12 +20,6 @@ describe SnapTrade::ManualTradeSymbol do
20
20
  expect(instance).to be_instance_of(SnapTrade::ManualTradeSymbol)
21
21
  end
22
22
  end
23
- describe 'test attribute "brokerage_symbol_id"' do
24
- it 'should work' do
25
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
26
- end
27
- end
28
-
29
23
  describe 'test attribute "universal_symbol_id"' do
30
24
  it 'should work' do
31
25
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -56,4 +50,10 @@ describe SnapTrade::ManualTradeSymbol do
56
50
  end
57
51
  end
58
52
 
53
+ describe 'test attribute "brokerage_symbol_id"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
59
59
  end
@@ -20,19 +20,19 @@ describe SnapTrade::OptionBrokerageSymbol do
20
20
  expect(instance).to be_instance_of(SnapTrade::OptionBrokerageSymbol)
21
21
  end
22
22
  end
23
- describe 'test attribute "id"' do
23
+ describe 'test attribute "option_symbol"' do
24
24
  it 'should work' do
25
25
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
26
26
  end
27
27
  end
28
28
 
29
- describe 'test attribute "description"' do
29
+ describe 'test attribute "id"' do
30
30
  it 'should work' do
31
31
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
32
32
  end
33
33
  end
34
34
 
35
- describe 'test attribute "option_symbol"' do
35
+ describe 'test attribute "description"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
@@ -38,13 +38,13 @@ describe SnapTrade::OptionsPosition do
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "currency"' do
41
+ describe 'test attribute "average_purchase_price"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "average_purchase_price"' do
47
+ describe 'test attribute "currency"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
@@ -44,13 +44,13 @@ describe SnapTrade::Position do
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "fractional_units"' do
47
+ describe 'test attribute "average_purchase_price"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "average_purchase_price"' do
53
+ describe 'test attribute "fractional_units"' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
@@ -20,19 +20,19 @@ describe SnapTrade::PositionSymbol do
20
20
  expect(instance).to be_instance_of(SnapTrade::PositionSymbol)
21
21
  end
22
22
  end
23
- describe 'test attribute "id"' do
23
+ describe 'test attribute "symbol"' do
24
24
  it 'should work' do
25
25
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
26
26
  end
27
27
  end
28
28
 
29
- describe 'test attribute "description"' do
29
+ describe 'test attribute "id"' do
30
30
  it 'should work' do
31
31
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
32
32
  end
33
33
  end
34
34
 
35
- describe 'test attribute "symbol"' do
35
+ describe 'test attribute "description"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
@@ -62,19 +62,19 @@ describe SnapTrade::UnderlyingSymbol do
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "currencies"' do
65
+ describe 'test attribute "figi_code"' do
66
66
  it 'should work' do
67
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
68
  end
69
69
  end
70
70
 
71
- describe 'test attribute "figi_code"' do
71
+ describe 'test attribute "figi_instrument"' do
72
72
  it 'should work' do
73
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
74
  end
75
75
  end
76
76
 
77
- describe 'test attribute "figi_instrument"' do
77
+ describe 'test attribute "currencies"' do
78
78
  it 'should work' do
79
79
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
80
  end
@@ -62,19 +62,19 @@ describe SnapTrade::UniversalSymbol do
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "currencies"' do
65
+ describe 'test attribute "figi_code"' do
66
66
  it 'should work' do
67
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
68
  end
69
69
  end
70
70
 
71
- describe 'test attribute "figi_code"' do
71
+ describe 'test attribute "figi_instrument"' do
72
72
  it 'should work' do
73
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
74
  end
75
75
  end
76
76
 
77
- describe 'test attribute "figi_instrument"' do
77
+ describe 'test attribute "currencies"' do
78
78
  it 'should work' do
79
79
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
80
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snaptrade
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.47
4
+ version: 2.0.48
5
5
  platform: ruby
6
6
  authors:
7
7
  - SnapTrade
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-02 00:00:00.000000000 Z
11
+ date: 2024-10-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday