Class: Quickfix::SecurityXML
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SecurityXML
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecurityXML
constructor
A new instance of SecurityXML.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SecurityXML
Returns a new instance of SecurityXML.
15801 15802 15803 15804 15805 15806 15807 |
# File 'lib/quickfix_fields.rb', line 15801 def initialize(data = nil) if( data == nil ) super(1185) else super(1185, data) end end |
Class Method Details
.field ⇒ Object
15798 15799 15800 |
# File 'lib/quickfix_fields.rb', line 15798 def SecurityXML.field return 1185 end |