Class: Quickfix::UnderlyingFutureIDSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingFutureIDSource

Returns a new instance of UnderlyingFutureIDSource.



72325
72326
72327
72328
72329
72330
72331
# File 'lib/quickfix_fields.rb', line 72325

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