Class: Quickfix::TotalNumSecurityTypes
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::TotalNumSecurityTypes
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TotalNumSecurityTypes
constructor
A new instance of TotalNumSecurityTypes.
Constructor Details
#initialize(data = nil) ⇒ TotalNumSecurityTypes
Returns a new instance of TotalNumSecurityTypes.
7598 7599 7600 7601 7602 7603 7604 |
# File 'lib/quickfix_fields.rb', line 7598 def initialize(data = nil) if( data == nil ) super(557) else super(557, data) end end |