Class: Quickfix50Sp2::SecurityDefinitionUpdateReport::NoMarketSegments::NoStrikeRules
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp2::SecurityDefinitionUpdateReport::NoMarketSegments::NoStrikeRules
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoMaturityRules
Instance Method Summary collapse
-
#initialize ⇒ NoStrikeRules
constructor
A new instance of NoStrikeRules.
Constructor Details
#initialize ⇒ NoStrikeRules
Returns a new instance of NoStrikeRules.
15065 15066 15067 15068 15069 15070 15071 15072 15073 15074 15075 |
# File 'lib/quickfix50sp2.rb', line 15065 def initialize order = Quickfix::IntArray.new(7) order[0] = 1223 order[1] = 1202 order[2] = 1203 order[3] = 1204 order[4] = 1304 order[5] = 1236 order[6] = 0 super(1201, 1223, order) end |