Class: Quickfix::UnderlyingStreamCommoditySecurityID

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

Returns a new instance of UnderlyingStreamCommoditySecurityID.



55815
55816
55817
55818
55819
55820
55821
# File 'lib/quickfix_fields.rb', line 55815

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

Class Method Details

.fieldObject



55812
55813
55814
# File 'lib/quickfix_fields.rb', line 55812

def UnderlyingStreamCommoditySecurityID.field
	return 41966
end