Class: Quickfix43::Allocation::NoAllocs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix43::Allocation::NoAllocs
- Defined in:
- lib/quickfix43.rb
Defined Under Namespace
Classes: NoMiscFees, NoNestedPartyIDs
Instance Method Summary collapse
-
#initialize ⇒ NoAllocs
constructor
A new instance of NoAllocs.
Constructor Details
#initialize ⇒ NoAllocs
868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 |
# File 'lib/quickfix43.rb', line 868 def initialize order = Quickfix::IntArray.new(25) order[0] = 79 order[1] = 366 order[2] = 80 order[3] = 467 order[4] = 81 order[5] = 539 order[6] = 208 order[7] = 209 order[8] = 161 order[9] = 360 order[10] = 361 order[11] = 12 order[12] = 13 order[13] = 479 order[14] = 497 order[15] = 153 order[16] = 154 order[17] = 119 order[18] = 120 order[19] = 155 order[20] = 156 order[21] = 159 order[22] = 160 order[23] = 136 order[24] = 0 super(78, 79, order) end |