Class: Quickfix::UnderlyingStreamCommodityExchange

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

Returns a new instance of UnderlyingStreamCommodityExchange.



55906
55907
55908
55909
55910
55911
55912
# File 'lib/quickfix_fields.rb', line 55906

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

Class Method Details

.fieldObject



55903
55904
55905
# File 'lib/quickfix_fields.rb', line 55903

def UnderlyingStreamCommodityExchange.field
	return 41973
end