Class: Quickfix::UnderlyingStreamCommoditySettlDateUnadjusted

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlDateUnadjusted

Returns a new instance of UnderlyingStreamCommoditySettlDateUnadjusted.



56010
56011
56012
56013
56014
56015
56016
# File 'lib/quickfix_fields.rb', line 56010

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

Class Method Details

.fieldObject



56007
56008
56009
# File 'lib/quickfix_fields.rb', line 56007

def UnderlyingStreamCommoditySettlDateUnadjusted.field
	return 41981
end