Class: Quickfix::UnderlyingPaymentStreamResetDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamResetDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamResetDateRelativeTo
constructor
A new instance of UnderlyingPaymentStreamResetDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamResetDateRelativeTo
Returns a new instance of UnderlyingPaymentStreamResetDateRelativeTo.
34989 34990 34991 34992 34993 34994 34995 |
# File 'lib/quickfix_fields.rb', line 34989 def initialize(data = nil) if( data == nil ) super(40592) else super(40592, data) end end |
Class Method Details
.field ⇒ Object
34986 34987 34988 |
# File 'lib/quickfix_fields.rb', line 34986 def .field return 40592 end |