Class: Quickfix::UnderlyingPaymentStubEndDateOffsetUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStubEndDateOffsetUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubEndDateOffsetUnit
constructor
A new instance of UnderlyingPaymentStubEndDateOffsetUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubEndDateOffsetUnit
Returns a new instance of UnderlyingPaymentStubEndDateOffsetUnit.
73781 73782 73783 73784 73785 73786 73787 |
# File 'lib/quickfix_fields.rb', line 73781 def initialize(data = nil) if( data == nil ) super(42988) else super(42988, data) end end |
Class Method Details
.field ⇒ Object
73778 73779 73780 |
# File 'lib/quickfix_fields.rb', line 73778 def .field return 42988 end |