Class: Quickfix::NoSecurityTypes
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoSecurityTypes
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoSecurityTypes
constructor
A new instance of NoSecurityTypes.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoSecurityTypes
Returns a new instance of NoSecurityTypes.
7611 7612 7613 7614 7615 7616 7617 |
# File 'lib/quickfix_fields.rb', line 7611 def initialize(data = nil) if( data == nil ) super(558) else super(558, data) end end |
Class Method Details
.field ⇒ Object
7608 7609 7610 |
# File 'lib/quickfix_fields.rb', line 7608 def NoSecurityTypes.field return 558 end |