Class: Quickfix::NoStreamCommoditySettlBusinessCenters

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

Returns a new instance of NoStreamCommoditySettlBusinessCenters.



45454
45455
45456
45457
45458
45459
45460
# File 'lib/quickfix_fields.rb', line 45454

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

Class Method Details

.fieldObject



45451
45452
45453
# File 'lib/quickfix_fields.rb', line 45451

def NoStreamCommoditySettlBusinessCenters.field
	return 41249
end