Class: Quickfix::UnderlyingStreamCommodityBase

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



55789
55790
55791
55792
55793
55794
55795
# File 'lib/quickfix_fields.rb', line 55789

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

Class Method Details

.fieldObject



55786
55787
55788
# File 'lib/quickfix_fields.rb', line 55786

def UnderlyingStreamCommodityBase.field
  return 41964
end