Class: Quickfix50Sp2::AllocationInstructionAlert::NoAllocs::NoAllocCommissions
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AllocationInstructionAlert::NoAllocs::NoAllocCommissions
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoAllocCommissions
constructor
A new instance of NoAllocCommissions.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoAllocCommissions
Returns a new instance of NoAllocCommissions.
328600 328601 328602 328603 328604 328605 328606 328607 328608 328609 328610 328611 328612 328613 328614 328615 328616 328617 328618 328619 328620 |
# File 'lib/quickfix50sp2.rb', line 328600 def initialize order = Quickfix::IntArray.new(17) order[0] = 2654 order[1] = 2655 order[2] = 2726 order[3] = 2656 order[4] = 2657 order[5] = 2925 order[6] = 2658 order[7] = 2659 order[8] = 2926 order[9] = 2660 order[10] = 2661 order[11] = 2662 order[12] = 2663 order[13] = 2664 order[14] = 2665 order[15] = 2666 order[16] = 0 super(2653, 2654, order) end |