Class: Quickfix::SecurityXMLSchema
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SecurityXMLSchema
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecurityXMLSchema
constructor
A new instance of SecurityXMLSchema.
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
.field ⇒ Object
15811 15812 15813 |
# File 'lib/quickfix_fields.rb', line 15811 def SecurityXMLSchema.field return 1186 end |