Class: Quickfix::SecuritySubType

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

Returns a new instance of SecuritySubType.



10419
10420
10421
10422
10423
10424
10425
# File 'lib/quickfix_fields.rb', line 10419

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

Class Method Details

.fieldObject



10416
10417
10418
# File 'lib/quickfix_fields.rb', line 10416

def SecuritySubType.field
	return 762
end