Class: Quickfix::StreamFirstCompoundingPeriodEndDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::StreamFirstCompoundingPeriodEndDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamFirstCompoundingPeriodEndDateUnadjusted
constructor
A new instance of StreamFirstCompoundingPeriodEndDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ StreamFirstCompoundingPeriodEndDateUnadjusted
Returns a new instance of StreamFirstCompoundingPeriodEndDateUnadjusted.
28346 28347 28348 28349 28350 28351 28352 |
# File 'lib/quickfix_fields.rb', line 28346 def initialize(data = nil) if( data == nil ) super(40080) else super(40080, data) end end |
Class Method Details
.field ⇒ Object
28343 28344 28345 |
# File 'lib/quickfix_fields.rb', line 28343 def StreamFirstCompoundingPeriodEndDateUnadjusted.field return 40080 end |