Class: Quickfix::EncodedUnderlyingStreamCommodityDescLen

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ EncodedUnderlyingStreamCommodityDescLen

Returns a new instance of EncodedUnderlyingStreamCommodityDescLen.



55854
55855
55856
55857
55858
55859
55860
# File 'lib/quickfix_fields.rb', line 55854

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

Class Method Details

.fieldObject



55851
55852
55853
# File 'lib/quickfix_fields.rb', line 55851

def EncodedUnderlyingStreamCommodityDescLen.field
  return 41969
end