Class: Quickfix::NoSecurityTypes
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ NoSecurityTypes
Returns a new instance of NoSecurityTypes.
18193 18194 18195 18196 18197 18198 18199 |
# File 'lib/quickfix_fields.rb', line 18193 def initialize(data = nil) if( data == nil ) super(558) else super(558, data) end end |
Class Method Details
.field ⇒ Object
18190 18191 18192 |
# File 'lib/quickfix_fields.rb', line 18190 def NoSecurityTypes.field return 558 end |