Class: Quickfix::UnderlyingStreamCommoditySettlDayType

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

Returns a new instance of UnderlyingStreamCommoditySettlDayType.



56088
56089
56090
56091
56092
56093
56094
# File 'lib/quickfix_fields.rb', line 56088

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

Class Method Details

.fieldObject



56085
56086
56087
# File 'lib/quickfix_fields.rb', line 56085

def UnderlyingStreamCommoditySettlDayType.field
	return 41987
end