Class: Quickfix::TotalNumSecurityTypes
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TotalNumSecurityTypes
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TotalNumSecurityTypes
constructor
A new instance of TotalNumSecurityTypes.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
7595 7596 7597 |
# File 'lib/quickfix_fields.rb', line 7595 def TotalNumSecurityTypes.field return 557 end |