Class: Quickfix::SecurityXML
- Inherits:
-
StringField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ SecurityXML
Returns a new instance of SecurityXML.
2957 2958 2959 2960 2961 2962 2963 |
# File 'lib/quickfix_fields.rb', line 2957 def initialize(data = nil) if( data == nil ) super(1185) else super(1185, data) end end |
Class Method Details
.field ⇒ Object
2954 2955 2956 |
# File 'lib/quickfix_fields.rb', line 2954 def SecurityXML.field return 1185 end |