Class: Quickfix::NoPaymentStreamPaymentDates
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoPaymentStreamPaymentDates
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoPaymentStreamPaymentDates
constructor
A new instance of NoPaymentStreamPaymentDates.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoPaymentStreamPaymentDates
Returns a new instance of NoPaymentStreamPaymentDates.
45077 45078 45079 45080 45081 45082 45083 |
# File 'lib/quickfix_fields.rb', line 45077 def initialize(data = nil) if( data == nil ) super(41220) else super(41220, data) end end |
Class Method Details
.field ⇒ Object
45074 45075 45076 |
# File 'lib/quickfix_fields.rb', line 45074 def NoPaymentStreamPaymentDates.field return 41220 end |