Class: Quickfix::InstrumentScopeSecuritySubType

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

Class Method Details

.fieldObject



20803
20804
20805
# File 'lib/quickfix_fields.rb', line 20803

def InstrumentScopeSecuritySubType.field
	return 1548
end