Class: Quickfix50Sp2::SecurityDefinition::NoMarketSegments::NoStrikeRules::NoMaturityRules

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.rb

Instance Method Summary collapse

Constructor Details

#initializeNoMaturityRules

Returns a new instance of NoMaturityRules.



5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
# File 'lib/quickfix50sp2.rb', line 5721

def initialize
  order = Quickfix::IntArray.new(7)
  order[0] = 1222
  order[1] = 1303
  order[2] = 1302
  order[3] = 1241
  order[4] = 1226
  order[5] = 1229
  order[6] = 0
  super(1236, 1222, order)
end