Class: Quickfix::UnderlyingPaymentStreamFutureValueDateAdjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamFutureValueDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFutureValueDateAdjusted
constructor
A new instance of UnderlyingPaymentStreamFutureValueDateAdjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFutureValueDateAdjusted
Returns a new instance of UnderlyingPaymentStreamFutureValueDateAdjusted.
35340 35341 35342 35343 35344 35345 35346 |
# File 'lib/quickfix_fields.rb', line 35340 def initialize(data = nil) if( data == nil ) super(40619) else super(40619, data) end end |
Class Method Details
.field ⇒ Object
35337 35338 35339 |
# File 'lib/quickfix_fields.rb', line 35337 def .field return 40619 end |