Method: Quickfix50Sp2::DerivativeSecurityList::NoMarketSegments::NoStrikeRules::NoMaturityRules#initialize
- Defined in:
- lib/quickfix50sp2.rb
#initialize ⇒ NoMaturityRules
Returns a new instance of NoMaturityRules.
13177 13178 13179 13180 13181 13182 13183 13184 13185 13186 13187 |
# File 'lib/quickfix50sp2.rb', line 13177 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 |