Class: Quickfix::StreamCalculationPeriodDate

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) ⇒ StreamCalculationPeriodDate

Returns a new instance of StreamCalculationPeriodDate.



45363
45364
45365
45366
45367
45368
45369
# File 'lib/quickfix_fields.rb', line 45363

def initialize(data = nil)
  if( data == nil )
    super(41242)
  else
    super(41242, data)
  end
end

Class Method Details

.fieldObject



45360
45361
45362
# File 'lib/quickfix_fields.rb', line 45360

def StreamCalculationPeriodDate.field
  return 41242
end