Class: Quickfix::LegPaymentStreamBoundsFirstDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStreamBoundsFirstDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamBoundsFirstDateUnadjusted
constructor
A new instance of LegPaymentStreamBoundsFirstDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamBoundsFirstDateUnadjusted
Returns a new instance of LegPaymentStreamBoundsFirstDateUnadjusted.
66124 66125 66126 66127 66128 66129 66130 |
# File 'lib/quickfix_fields.rb', line 66124 def initialize(data = nil) if( data == nil ) super(42417) else super(42417, data) end end |
Class Method Details
.field ⇒ Object
66121 66122 66123 |
# File 'lib/quickfix_fields.rb', line 66121 def LegPaymentStreamBoundsFirstDateUnadjusted.field return 42417 end |