Class: Quickfix::UnderlyingSecuritySubType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingSecuritySubType

Returns a new instance of UnderlyingSecuritySubType.



15801
15802
15803
15804
15805
15806
15807
# File 'lib/quickfix_fields.rb', line 15801

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

Class Method Details

.fieldObject



15798
15799
15800
# File 'lib/quickfix_fields.rb', line 15798

def UnderlyingSecuritySubType.field
	return 763
end