Class: Quickfix::StreamCalculationPeriodBusinessCenter

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

Returns a new instance of StreamCalculationPeriodBusinessCenter.



28268
28269
28270
28271
28272
28273
28274
# File 'lib/quickfix_fields.rb', line 28268

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

Class Method Details

.fieldObject



28265
28266
28267
# File 'lib/quickfix_fields.rb', line 28265

def StreamCalculationPeriodBusinessCenter.field
  return 40074
end