Class: Quickfix::FirmTradeID

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



13968
13969
13970
13971
13972
13973
13974
# File 'lib/quickfix_fields.rb', line 13968

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

Class Method Details

.fieldObject



13965
13966
13967
# File 'lib/quickfix_fields.rb', line 13965

def FirmTradeID.field
  return 1041
end