Class: Quickfix42::QuoteAcknowledgement::NoQuoteSets::NoQuoteEntries
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix42::QuoteAcknowledgement::NoQuoteSets::NoQuoteEntries
- Defined in:
- lib/quickfix42.rb
Instance Method Summary collapse
-
#initialize ⇒ NoQuoteEntries
constructor
A new instance of NoQuoteEntries.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoQuoteEntries
Returns a new instance of NoQuoteEntries.
851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 |
# File 'lib/quickfix42.rb', line 851 def initialize order = Quickfix::IntArray.new(22) order[0] = 299 order[1] = 55 order[2] = 65 order[3] = 48 order[4] = 22 order[5] = 167 order[6] = 200 order[7] = 205 order[8] = 201 order[9] = 202 order[10] = 206 order[11] = 231 order[12] = 223 order[13] = 207 order[14] = 106 order[15] = 348 order[16] = 349 order[17] = 107 order[18] = 350 order[19] = 351 order[20] = 368 order[21] = 0 super(295, 299, order) end |