Class: Quickfix::StreamEffectiveDateBusinessCenter

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

Returns a new instance of StreamEffectiveDateBusinessCenter.



39110
39111
39112
39113
39114
39115
39116
# File 'lib/quickfix_fields.rb', line 39110

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

Class Method Details

.fieldObject



39107
39108
39109
# File 'lib/quickfix_fields.rb', line 39107

def StreamEffectiveDateBusinessCenter.field
  return 40909
end