Class: Quickfix::UnderlyingSecurityDesc

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingSecurityDesc

Returns a new instance of UnderlyingSecurityDesc.



1163
1164
1165
1166
1167
1168
1169
# File 'lib/quickfix_fields.rb', line 1163

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

Class Method Details

.fieldObject



1160
1161
1162
# File 'lib/quickfix_fields.rb', line 1160

def UnderlyingSecurityDesc.field
	return 307
end