Class: Quickfix::NoStreamCommodityAltIDs

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

Returns a new instance of NoStreamCommodityAltIDs.



45818
45819
45820
45821
45822
45823
45824
# File 'lib/quickfix_fields.rb', line 45818

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

Class Method Details

.fieldObject



45815
45816
45817
# File 'lib/quickfix_fields.rb', line 45815

def NoStreamCommodityAltIDs.field
	return 41277
end