Class: Quickfix50Sp2::ExecutionReport::NoDisclosureInstructions
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::ExecutionReport::NoDisclosureInstructions
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoDisclosureInstructions
constructor
A new instance of NoDisclosureInstructions.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoDisclosureInstructions
Returns a new instance of NoDisclosureInstructions.
14241 14242 14243 14244 14245 14246 14247 |
# File 'lib/quickfix50sp2.rb', line 14241 def initialize order = Quickfix::IntArray.new(3) order[0] = 1813 order[1] = 1814 order[2] = 0 super(1812, 1813, order) end |