Class: Quickfix::InstrumentScopeSecuritySubType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ InstrumentScopeSecuritySubType

Returns a new instance of InstrumentScopeSecuritySubType.



20806
20807
20808
20809
20810
20811
20812
# File 'lib/quickfix_fields.rb', line 20806

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