Class: Quickfix::UnderlyingStreamCommodityPricingType

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

Returns a new instance of UnderlyingStreamCommodityPricingType.



55971
55972
55973
55974
55975
55976
55977
# File 'lib/quickfix_fields.rb', line 55971

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

Class Method Details

.fieldObject



55968
55969
55970
# File 'lib/quickfix_fields.rb', line 55968

def UnderlyingStreamCommodityPricingType.field
	return 41978
end