Class: Quickfix::PaymentStubEndDateOffsetUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStubEndDateOffsetUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubEndDateOffsetUnit
constructor
A new instance of PaymentStubEndDateOffsetUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStubEndDateOffsetUnit
Returns a new instance of PaymentStubEndDateOffsetUnit.
69673 69674 69675 69676 69677 69678 69679 |
# File 'lib/quickfix_fields.rb', line 69673 def initialize(data = nil) if( data == nil ) super(42693) else super(42693, data) end end |
Class Method Details
.field ⇒ Object
69670 69671 69672 |
# File 'lib/quickfix_fields.rb', line 69670 def PaymentStubEndDateOffsetUnit.field return 42693 end |