Class: Quickfix::LegPaymentStubEndDateOffsetUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStubEndDateOffsetUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubEndDateOffsetUnit
constructor
A new instance of LegPaymentStubEndDateOffsetUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubEndDateOffsetUnit
Returns a new instance of LegPaymentStubEndDateOffsetUnit.
67099 67100 67101 67102 67103 67104 67105 |
# File 'lib/quickfix_fields.rb', line 67099 def initialize(data = nil) if( data == nil ) super(42492) else super(42492, data) end end |
Class Method Details
.field ⇒ Object
67096 67097 67098 |
# File 'lib/quickfix_fields.rb', line 67096 def LegPaymentStubEndDateOffsetUnit.field return 42492 end |