Class: Quickfix::LegMarketDisruptionValue

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

Returns a new instance of LegMarketDisruptionValue.



57947
57948
57949
57950
57951
57952
57953
# File 'lib/quickfix_fields.rb', line 57947

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

Class Method Details

.fieldObject



57944
57945
57946
# File 'lib/quickfix_fields.rb', line 57944

def LegMarketDisruptionValue.field
  return 40223
end