Class: Quickfix44::PositionMaintenanceReport::NoPosAmt
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix44::PositionMaintenanceReport::NoPosAmt
- Defined in:
- lib/quickfix44.rb
Instance Method Summary collapse
-
#initialize ⇒ NoPosAmt
constructor
A new instance of NoPosAmt.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoPosAmt
Returns a new instance of NoPosAmt.
10818 10819 10820 10821 10822 10823 10824 |
# File 'lib/quickfix44.rb', line 10818 def initialize order = Quickfix::IntArray.new(3) order[0] = 707 order[1] = 708 order[2] = 0 super(753, 707, order) end |