Class: Quickfix::UnderlyingSecurityIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingSecurityIDSource

Returns a new instance of UnderlyingSecurityIDSource.



16139
16140
16141
16142
16143
16144
16145
# File 'lib/quickfix_fields.rb', line 16139

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

Class Method Details

.fieldObject



16136
16137
16138
# File 'lib/quickfix_fields.rb', line 16136

def UnderlyingSecurityIDSource.field
	return 305
end