Class: Quickfix::EncodedUnderlyingStreamCommodityDesc

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

Returns a new instance of EncodedUnderlyingStreamCommodityDesc.



55867
55868
55869
55870
55871
55872
55873
# File 'lib/quickfix_fields.rb', line 55867

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

Class Method Details

.fieldObject



55864
55865
55866
# File 'lib/quickfix_fields.rb', line 55864

def EncodedUnderlyingStreamCommodityDesc.field
  return 41970
end