Class: Quickfix::LegPaymentStubEndDateAdjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStubEndDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubEndDateAdjusted
constructor
A new instance of LegPaymentStubEndDateAdjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubEndDateAdjusted
Returns a new instance of LegPaymentStubEndDateAdjusted.
67125 67126 67127 67128 67129 67130 67131 |
# File 'lib/quickfix_fields.rb', line 67125 def initialize(data = nil) if( data == nil ) super(42494) else super(42494, data) end end |
Class Method Details
.field ⇒ Object
67122 67123 67124 |
# File 'lib/quickfix_fields.rb', line 67122 def LegPaymentStubEndDateAdjusted.field return 42494 end |