Class: Quickfix::StreamTerminationDateBusinessCenter

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

Returns a new instance of StreamTerminationDateBusinessCenter.



28177
28178
28179
28180
28181
28182
28183
# File 'lib/quickfix_fields.rb', line 28177

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

Class Method Details

.fieldObject



28174
28175
28176
# File 'lib/quickfix_fields.rb', line 28174

def StreamTerminationDateBusinessCenter.field
  return 40067
end