Class: Quickfix::UnderlyingPaymentStreamBoundsFirstDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamBoundsFirstDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamBoundsFirstDateUnadjusted
constructor
A new instance of UnderlyingPaymentStreamBoundsFirstDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamBoundsFirstDateUnadjusted
72806 72807 72808 72809 72810 72811 72812 |
# File 'lib/quickfix_fields.rb', line 72806 def initialize(data = nil) if( data == nil ) super(42913) else super(42913, data) end end |
Class Method Details
.field ⇒ Object
72803 72804 72805 |
# File 'lib/quickfix_fields.rb', line 72803 def .field return 42913 end |