Class: Quickfix::StreamFirstPeriodStartDateBusinessCenter

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

Returns a new instance of StreamFirstPeriodStartDateBusinessCenter.



28307
28308
28309
28310
28311
28312
28313
# File 'lib/quickfix_fields.rb', line 28307

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

Class Method Details

.fieldObject



28304
28305
28306
# File 'lib/quickfix_fields.rb', line 28304

def StreamFirstPeriodStartDateBusinessCenter.field
  return 40077
end