Class: Quickfix::LegStreamCommodityCurrency

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



51291
51292
51293
51294
51295
51296
51297
# File 'lib/quickfix_fields.rb', line 51291

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

Class Method Details

.fieldObject



51288
51289
51290
# File 'lib/quickfix_fields.rb', line 51288

def LegStreamCommodityCurrency.field
  return 41656
end