Class: Quickfix::PaymentStreamRateCutoffDateOffsetUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStreamRateCutoffDateOffsetUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamRateCutoffDateOffsetUnit
constructor
A new instance of PaymentStreamRateCutoffDateOffsetUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamRateCutoffDateOffsetUnit
Returns a new instance of PaymentStreamRateCutoffDateOffsetUnit.
37459 37460 37461 37462 37463 37464 37465 |
# File 'lib/quickfix_fields.rb', line 37459 def initialize(data = nil) if( data == nil ) super(40782) else super(40782, data) end end |
Class Method Details
.field ⇒ Object
37456 37457 37458 |
# File 'lib/quickfix_fields.rb', line 37456 def PaymentStreamRateCutoffDateOffsetUnit.field return 40782 end |