Class: Quickfix::UnderlyingIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingIDSource

Returns a new instance of UnderlyingIDSource.



13708
13709
13710
13711
13712
13713
13714
# File 'lib/quickfix_fields.rb', line 13708

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

Class Method Details

.fieldObject



13705
13706
13707
# File 'lib/quickfix_fields.rb', line 13705

def UnderlyingIDSource.field
	return 305
end