Class: Quickfix::LegPaymentStreamLinkNumberOfDataSeries
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamLinkNumberOfDataSeries
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamLinkNumberOfDataSeries
constructor
A new instance of LegPaymentStreamLinkNumberOfDataSeries.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamLinkNumberOfDataSeries
Returns a new instance of LegPaymentStreamLinkNumberOfDataSeries.
66891 66892 66893 66894 66895 66896 66897 |
# File 'lib/quickfix_fields.rb', line 66891 def initialize(data = nil) if( data == nil ) super(42476) else super(42476, data) end end |
Class Method Details
.field ⇒ Object
66888 66889 66890 |
# File 'lib/quickfix_fields.rb', line 66888 def LegPaymentStreamLinkNumberOfDataSeries.field return 42476 end |