Class: Quickfix50Sp1::RegistrationInstructions::NoRegistDtls
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp1::RegistrationInstructions::NoRegistDtls
- Defined in:
- lib/quickfix50sp1.rb
Defined Under Namespace
Classes: NoNestedPartyIDs
Instance Method Summary collapse
-
#initialize ⇒ NoRegistDtls
constructor
A new instance of NoRegistDtls.
Constructor Details
#initialize ⇒ NoRegistDtls
Returns a new instance of NoRegistDtls.
6114 6115 6116 6117 6118 6119 6120 6121 6122 6123 6124 6125 6126 |
# File 'lib/quickfix50sp1.rb', line 6114 def initialize order = Quickfix::IntArray.new(9) order[0] = 509 order[1] = 511 order[2] = 474 order[3] = 482 order[4] = 539 order[5] = 522 order[6] = 486 order[7] = 475 order[8] = 0 super(473, 509, order) end |