Class: Quickfix::UnderlyingStreamCommodityUnitOfMeasure

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

Returns a new instance of UnderlyingStreamCommodityUnitOfMeasure.



55880
55881
55882
55883
55884
55885
55886
# File 'lib/quickfix_fields.rb', line 55880

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

Class Method Details

.fieldObject



55877
55878
55879
# File 'lib/quickfix_fields.rb', line 55877

def UnderlyingStreamCommodityUnitOfMeasure.field
  return 41971
end