Class: Quickfix::LegPaymentStreamBoundsLastDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStreamBoundsLastDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamBoundsLastDateUnadjusted
constructor
A new instance of LegPaymentStreamBoundsLastDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamBoundsLastDateUnadjusted
Returns a new instance of LegPaymentStreamBoundsLastDateUnadjusted.
66137 66138 66139 66140 66141 66142 66143 |
# File 'lib/quickfix_fields.rb', line 66137 def initialize(data = nil) if( data == nil ) super(42418) else super(42418, data) end end |
Class Method Details
.field ⇒ Object
66134 66135 66136 |
# File 'lib/quickfix_fields.rb', line 66134 def LegPaymentStreamBoundsLastDateUnadjusted.field return 42418 end |