Class: Quickfix::UnderlyingPaymentStreamRateCutoffDateOffsetUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamRateCutoffDateOffsetUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateCutoffDateOffsetUnit
constructor
A new instance of UnderlyingPaymentStreamRateCutoffDateOffsetUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateCutoffDateOffsetUnit
Returns a new instance of UnderlyingPaymentStreamRateCutoffDateOffsetUnit.
35262 35263 35264 35265 35266 35267 35268 |
# File 'lib/quickfix_fields.rb', line 35262 def initialize(data = nil) if( data == nil ) super(40613) else super(40613, data) end end |
Class Method Details
.field ⇒ Object
35259 35260 35261 |
# File 'lib/quickfix_fields.rb', line 35259 def .field return 40613 end |