Class: Quickfix50Sp2::SecurityList::NoRelatedSym::NoStrikeRules::NoMaturityRules
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp2::SecurityList::NoRelatedSym::NoStrikeRules::NoMaturityRules
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoMaturityRules
constructor
A new instance of NoMaturityRules.
Constructor Details
#initialize ⇒ NoMaturityRules
Returns a new instance of NoMaturityRules.
7945 7946 7947 7948 7949 7950 7951 7952 7953 7954 7955 |
# File 'lib/quickfix50sp2.rb', line 7945 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 |