Class: Quickfix::PaymentStreamLinkNumberOfDataSeries
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamLinkNumberOfDataSeries
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamLinkNumberOfDataSeries
constructor
A new instance of PaymentStreamLinkNumberOfDataSeries.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamLinkNumberOfDataSeries
Returns a new instance of PaymentStreamLinkNumberOfDataSeries.
69465 69466 69467 69468 69469 69470 69471 |
# File 'lib/quickfix_fields.rb', line 69465 def initialize(data = nil) if( data == nil ) super(42677) else super(42677, data) end end |
Class Method Details
.field ⇒ Object
69462 69463 69464 |
# File 'lib/quickfix_fields.rb', line 69462 def PaymentStreamLinkNumberOfDataSeries.field return 42677 end |