Class: Quickfix::UnderlyingStreamCommodityNearbySettlDayPeriod

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

Returns a new instance of UnderlyingStreamCommodityNearbySettlDayPeriod.



55984
55985
55986
55987
55988
55989
55990
# File 'lib/quickfix_fields.rb', line 55984

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

Class Method Details

.fieldObject



55981
55982
55983
# File 'lib/quickfix_fields.rb', line 55981

def UnderlyingStreamCommodityNearbySettlDayPeriod.field
	return 41979
end