Class: Quickfix::SecuritySubType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SecuritySubType

Returns a new instance of SecuritySubType.



1644
1645
1646
1647
1648
1649
1650
# File 'lib/quickfix_fields.rb', line 1644

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

Class Method Details

.fieldObject



1641
1642
1643
# File 'lib/quickfix_fields.rb', line 1641

def SecuritySubType.field
	return 762
end