Class: Quickfix::PaymentDateOffsetUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentDateOffsetUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentDateOffsetUnit
constructor
A new instance of PaymentDateOffsetUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentDateOffsetUnit
Returns a new instance of PaymentDateOffsetUnit.
44297 44298 44299 44300 44301 44302 44303 |
# File 'lib/quickfix_fields.rb', line 44297 def initialize(data = nil) if( data == nil ) super(41158) else super(41158, data) end end |
Class Method Details
.field ⇒ Object
44294 44295 44296 |
# File 'lib/quickfix_fields.rb', line 44294 def PaymentDateOffsetUnit.field return 41158 end |