Class: Quickfix::UnderlyingStreamEffectiveDateBusinessCenter

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

Returns a new instance of UnderlyingStreamEffectiveDateBusinessCenter.



28073
28074
28075
28076
28077
28078
28079
# File 'lib/quickfix_fields.rb', line 28073

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

Class Method Details

.fieldObject



28070
28071
28072
# File 'lib/quickfix_fields.rb', line 28070

def UnderlyingStreamEffectiveDateBusinessCenter.field
  return 40059
end