Class: Quickfix::UnderlyingStreamCommoditySettlDateBusinessDayConvention

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

Returns a new instance of UnderlyingStreamCommoditySettlDateBusinessDayConvention.



56023
56024
56025
56026
56027
56028
56029
# File 'lib/quickfix_fields.rb', line 56023

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

Class Method Details

.fieldObject



56020
56021
56022
# File 'lib/quickfix_fields.rb', line 56020

def UnderlyingStreamCommoditySettlDateBusinessDayConvention.field
	return 41982
end