Class: Quickfix::NoLegPaymentStreamPaymentDates
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegPaymentStreamPaymentDates
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegPaymentStreamPaymentDates
constructor
A new instance of NoLegPaymentStreamPaymentDates.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegPaymentStreamPaymentDates
Returns a new instance of NoLegPaymentStreamPaymentDates.
50420 50421 50422 50423 50424 50425 50426 |
# File 'lib/quickfix_fields.rb', line 50420 def initialize(data = nil) if( data == nil ) super(41589) else super(41589, data) end end |
Class Method Details
.field ⇒ Object
50417 50418 50419 |
# File 'lib/quickfix_fields.rb', line 50417 def NoLegPaymentStreamPaymentDates.field return 41589 end |