Class: Quickfix::FirmTradeEventID

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

Returns a new instance of FirmTradeEventID.



57908
57909
57910
57911
57912
57913
57914
# File 'lib/quickfix_fields.rb', line 57908

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

Class Method Details

.fieldObject



57905
57906
57907
# File 'lib/quickfix_fields.rb', line 57905

def FirmTradeEventID.field
  return 2418
end