Class: Quickfix::UnderlyingPaymentStreamLinkNumberOfDataSeries
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamLinkNumberOfDataSeries
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamLinkNumberOfDataSeries
constructor
A new instance of UnderlyingPaymentStreamLinkNumberOfDataSeries.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamLinkNumberOfDataSeries
Returns a new instance of UnderlyingPaymentStreamLinkNumberOfDataSeries.
73573 73574 73575 73576 73577 73578 73579 |
# File 'lib/quickfix_fields.rb', line 73573 def initialize(data = nil) if( data == nil ) super(42972) else super(42972, data) end end |
Class Method Details
.field ⇒ Object
73570 73571 73572 |
# File 'lib/quickfix_fields.rb', line 73570 def .field return 42972 end |