Class: Quickfix::PaymentStubEndDateAdjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStubEndDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubEndDateAdjusted
constructor
A new instance of PaymentStubEndDateAdjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStubEndDateAdjusted
Returns a new instance of PaymentStubEndDateAdjusted.
69699 69700 69701 69702 69703 69704 69705 |
# File 'lib/quickfix_fields.rb', line 69699 def initialize(data = nil) if( data == nil ) super(42695) else super(42695, data) end end |
Class Method Details
.field ⇒ Object
69696 69697 69698 |
# File 'lib/quickfix_fields.rb', line 69696 def PaymentStubEndDateAdjusted.field return 42695 end |