Class: Quickfix::NoStreamCommodityDataSources

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

Returns a new instance of NoStreamCommodityDataSources.



45857
45858
45859
45860
45861
45862
45863
# File 'lib/quickfix_fields.rb', line 45857

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

Class Method Details

.fieldObject



45854
45855
45856
# File 'lib/quickfix_fields.rb', line 45854

def NoStreamCommodityDataSources.field
  return 41280
end