ib-symbols 1.4 → 1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3d1bc9c86251e8f43c4459fbeb43235be7321bd250b62cea5313efb666065a51
4
- data.tar.gz: 35f69664c447f09ce44914f3ea959f0ced46df15b1569e365f14dd9fc6796075
3
+ metadata.gz: adb78a8bc553265d3d871d89764aa2abfa21d89f7427da434559f41387ed65b9
4
+ data.tar.gz: df4aba158576668303aed0bafb3548f0401cd3adbd89a3336a04792973adb7e5
5
5
  SHA512:
6
- metadata.gz: '058b8b0bcc0d4de69ba2ae7a647dd2347b7c3425374b603641427b8f68d410a6fa37b4247be9eb2cd59c5856bfeebb042d426936393e6b5e3f4f8971ca9a166b'
7
- data.tar.gz: 742fec12dabf7f6c6f85649fd738e42edd86b9e87faf8488e0904cd8043cb5815e55e5c012c1c41aacede24faf519c7c280d2bff9c6265e56819713bb91a4e5f
6
+ metadata.gz: de968a9544551eca7654d7b2890c3b5f4d61aaf3c608158825a5daf4b202e7cb129b1058836fc70ce9de7005cbd1f901256f5775ee74e81af1547f70c7b86f11
7
+ data.tar.gz: e8debe514b5e4a7f410a27693ac6ba87b9e4c83585c3c4506821281bd00e087a990d78060c9146db0a5d0ce410afd8d2fe5d3dc6bdc25bdd2044cc3c528f7672
@@ -89,7 +89,7 @@ module IB
89
89
  :expiry => next_expiry,
90
90
  :exchange => "CME",
91
91
  :currency => "USD",
92
- :multiplier => 50,
92
+ :multiplier => 5,
93
93
  :description => "Micro E-Mini Russell 2000 future"),
94
94
  :micro_russell => IB::Future.new(:symbol => "M2K",
95
95
  :expiry => next_expiry,
@@ -139,7 +139,7 @@ module IB
139
139
  :expiry => next_expiry,
140
140
  :exchange => "CME",
141
141
  :currency => "USD",
142
- :multiplier => 125000,
142
+ :multiplier => 12500,
143
143
  :description => "Euro FX future"),
144
144
  :jpy => IB::Future.new(:symbol => "JPY",
145
145
  :expiry => next_expiry,
@@ -17,7 +17,7 @@ module IB
17
17
  :stoxx => IB::Index.new(:symbol => "ESTX50", :currency => "EUR", exchange: 'EUREX',
18
18
  :description => "Dow Jones Euro STOXX50"),
19
19
  :spx => IB::Index.new(:symbol => "SPX", :currency => "USD", exchange: 'CBOE',
20
- :description => "Dow Jones Euro STOXX50"),
20
+ :description => "S&P 500 Stock Index"),
21
21
  :vhsi => IB::Index.new( symbol: 'VHSI', exchange: 'HKFE',
22
22
  :description => "Hang Seng Volatility Index"),
23
23
  :vasx => IB::Index.new( symbol: 'XVI', exchange: 'ASX',
@@ -1,5 +1,5 @@
1
1
  module IB
2
2
  module Symbols
3
- VERSION = "1.4"
3
+ VERSION = "1.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ib-symbols
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.4'
4
+ version: '1.5'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hartmut Bischoff
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-01-12 00:00:00.000000000 Z
11
+ date: 2023-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ib-api