Class: Quickfix44::AllocationInstruction::NoAllocs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix44::AllocationInstruction::NoAllocs
- Defined in:
- lib/quickfix44.rb
Defined Under Namespace
Classes: NoClearingInstructions, NoMiscFees, NoNestedPartyIDs
Instance Method Summary collapse
-
#initialize ⇒ NoAllocs
constructor
A new instance of NoAllocs.
Constructor Details
#initialize ⇒ NoAllocs
Returns a new instance of NoAllocs.
1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 |
# File 'lib/quickfix44.rb', line 1828 def initialize order = Quickfix::IntArray.new(35) order[0] = 79 order[1] = 661 order[2] = 573 order[3] = 366 order[4] = 80 order[5] = 467 order[6] = 81 order[7] = 539 order[8] = 208 order[9] = 209 order[10] = 161 order[11] = 360 order[12] = 361 order[13] = 12 order[14] = 13 order[15] = 479 order[16] = 497 order[17] = 153 order[18] = 154 order[19] = 119 order[20] = 737 order[21] = 120 order[22] = 736 order[23] = 155 order[24] = 156 order[25] = 742 order[26] = 741 order[27] = 136 order[28] = 576 order[29] = 780 order[30] = 172 order[31] = 169 order[32] = 170 order[33] = 171 order[34] = 0 super(78, 79, order) end |