Class: Quickfix::LegPaymentStreamLastRegularPaymentDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStreamLastRegularPaymentDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamLastRegularPaymentDateUnadjusted
constructor
A new instance of LegPaymentStreamLastRegularPaymentDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamLastRegularPaymentDateUnadjusted
Returns a new instance of LegPaymentStreamLastRegularPaymentDateUnadjusted.
31167 31168 31169 31170 31171 31172 31173 |
# File 'lib/quickfix_fields.rb', line 31167 def initialize(data = nil) if( data == nil ) super(40298) else super(40298, data) end end |
Class Method Details
.field ⇒ Object
31164 31165 31166 |
# File 'lib/quickfix_fields.rb', line 31164 def LegPaymentStreamLastRegularPaymentDateUnadjusted.field return 40298 end |