Class: Quickfix::NoLegStreamCommodityDataSources

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

Returns a new instance of NoLegStreamCommodityDataSources.



51564
51565
51566
51567
51568
51569
51570
# File 'lib/quickfix_fields.rb', line 51564

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

Class Method Details

.fieldObject



51561
51562
51563
# File 'lib/quickfix_fields.rb', line 51561

def NoLegStreamCommodityDataSources.field
  return 41677
end