Class: Quickfix::LegExtraordinaryEventValue

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

Returns a new instance of LegExtraordinaryEventValue.



65773
65774
65775
65776
65777
65778
65779
# File 'lib/quickfix_fields.rb', line 65773

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

Class Method Details

.fieldObject



65770
65771
65772
# File 'lib/quickfix_fields.rb', line 65770

def LegExtraordinaryEventValue.field
  return 42390
end