Class: Quickfix::PaymentStreamFutureValueDateAdjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStreamFutureValueDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamFutureValueDateAdjusted
constructor
A new instance of PaymentStreamFutureValueDateAdjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamFutureValueDateAdjusted
Returns a new instance of PaymentStreamFutureValueDateAdjusted.
37537 37538 37539 37540 37541 37542 37543 |
# File 'lib/quickfix_fields.rb', line 37537 def initialize(data = nil) if( data == nil ) super(40788) else super(40788, data) end end |
Class Method Details
.field ⇒ Object
37534 37535 37536 |
# File 'lib/quickfix_fields.rb', line 37534 def PaymentStreamFutureValueDateAdjusted.field return 40788 end |