Class: Quickfix::StreamFirstCompoundingPeriodEndDateUnadjusted

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



28343
28344
28345
# File 'lib/quickfix_fields.rb', line 28343

def StreamFirstCompoundingPeriodEndDateUnadjusted.field
  return 40080
end