Class: Quickfix::UnderlyingStreamCommodityCurrency

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

Returns a new instance of UnderlyingStreamCommodityCurrency.



55893
55894
55895
55896
55897
55898
55899
# File 'lib/quickfix_fields.rb', line 55893

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

Class Method Details

.fieldObject



55890
55891
55892
# File 'lib/quickfix_fields.rb', line 55890

def UnderlyingStreamCommodityCurrency.field
  return 41972
end