Class: Quickfix::SecurityXMLSchema

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SecurityXMLSchema

Returns a new instance of SecurityXMLSchema.



17686
17687
17688
17689
17690
17691
17692
# File 'lib/quickfix_fields.rb', line 17686

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

Class Method Details

.fieldObject



17683
17684
17685
# File 'lib/quickfix_fields.rb', line 17683

def SecurityXMLSchema.field
	return 1186
end