Class: Quickfix50Sp2::QuoteCancel::NoQuoteEntries::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingReturnRates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::QuoteCancel::NoQuoteEntries::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingReturnRates
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoUnderlyingReturnRateDates, NoUnderlyingReturnRateFXConversions, NoUnderlyingReturnRateInformationSources, NoUnderlyingReturnRatePrices
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingReturnRates
constructor
A new instance of NoUnderlyingReturnRates.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingReturnRates
Returns a new instance of NoUnderlyingReturnRates.
87681 87682 87683 87684 87685 87686 87687 87688 87689 87690 87691 87692 87693 87694 87695 87696 87697 87698 87699 87700 87701 87702 87703 87704 87705 87706 87707 87708 87709 87710 87711 87712 87713 87714 |
# File 'lib/quickfix50sp2.rb', line 87681 def initialize order = Quickfix::IntArray.new(30) order[0] = 43035 order[1] = 43036 order[2] = 43037 order[3] = 43038 order[4] = 43039 order[5] = 43040 order[6] = 43064 order[7] = 43030 order[8] = 43041 order[9] = 43042 order[10] = 43043 order[11] = 43044 order[12] = 43045 order[13] = 43046 order[14] = 43047 order[15] = 43048 order[16] = 43049 order[17] = 43050 order[18] = 43051 order[19] = 43052 order[20] = 43060 order[21] = 43053 order[22] = 43054 order[23] = 43008 order[24] = 43055 order[25] = 43056 order[26] = 43057 order[27] = 43058 order[28] = 43059 order[29] = 0 super(43034, 43035, order) end |