Class: Quickfix::SecurityXMLSchema

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ SecurityXMLSchema

Returns a new instance of SecurityXMLSchema.



142136
142137
142138
142139
142140
142141
142142
# File 'ext/quickfix/QuickfixRuby.cpp', line 142136

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

Class Method Details

.fieldObject



15642
15643
15644
# File 'lib/quickfix_fields.rb', line 15642

def SecurityXMLSchema.field
	return 1186
end