Class: Quickfix::SecurityXMLSchema

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

Returns a new instance of SecurityXMLSchema.



15814
15815
15816
15817
15818
15819
15820
# File 'lib/quickfix_fields.rb', line 15814

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

Class Method Details

.fieldObject



15811
15812
15813
# File 'lib/quickfix_fields.rb', line 15811

def SecurityXMLSchema.field
	return 1186
end