Class: Quickfix::UnderlyingStreamCommoditySettlMonth

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

Returns a new instance of UnderlyingStreamCommoditySettlMonth.



56049
56050
56051
56052
56053
56054
56055
# File 'lib/quickfix_fields.rb', line 56049

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

Class Method Details

.fieldObject



56046
56047
56048
# File 'lib/quickfix_fields.rb', line 56046

def UnderlyingStreamCommoditySettlMonth.field
	return 41984
end