Class: Quickfix50Sp2::SecurityStatusRequest::NoUnderlyings::NoUnderlyingProvisions::NoUnderlyingProvisionPartyIDs
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::SecurityStatusRequest::NoUnderlyings::NoUnderlyingProvisions::NoUnderlyingProvisionPartyIDs
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoUnderlyingProvisionPartySubIDs
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingProvisionPartyIDs
constructor
A new instance of NoUnderlyingProvisionPartyIDs.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingProvisionPartyIDs
Returns a new instance of NoUnderlyingProvisionPartyIDs.
114644 114645 114646 114647 114648 114649 114650 114651 114652 114653 |
# File 'lib/quickfix50sp2.rb', line 114644 def initialize order = Quickfix::IntArray.new(6) order[0] = 42174 order[1] = 42175 order[2] = 42176 order[3] = 40918 order[4] = 42177 order[5] = 0 super(42173, 42174, order) end |