Class: Quickfix::StreamCommodityNearbySettlDayPeriod

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

Returns a new instance of StreamCommodityNearbySettlDayPeriod.



45675
45676
45677
45678
45679
45680
45681
# File 'lib/quickfix_fields.rb', line 45675

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

Class Method Details

.fieldObject



45672
45673
45674
# File 'lib/quickfix_fields.rb', line 45672

def StreamCommodityNearbySettlDayPeriod.field
	return 41266
end