Class: Quickfix::PaymentDateAdjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentDateAdjusted
constructor
A new instance of PaymentDateAdjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentDateAdjusted
Returns a new instance of PaymentDateAdjusted.
30192 30193 30194 30195 30196 30197 30198 |
# File 'lib/quickfix_fields.rb', line 30192 def initialize(data = nil) if( data == nil ) super(40222) else super(40222, data) end end |
Class Method Details
.field ⇒ Object
30189 30190 30191 |
# File 'lib/quickfix_fields.rb', line 30189 def PaymentDateAdjusted.field return 40222 end |