Class: Quickfix::TotNoSecurityTypes
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TotNoSecurityTypes
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TotNoSecurityTypes
constructor
A new instance of TotNoSecurityTypes.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TotNoSecurityTypes
Returns a new instance of TotNoSecurityTypes.
9067 9068 9069 9070 9071 9072 9073 |
# File 'lib/quickfix_fields.rb', line 9067 def initialize(data = nil) if( data == nil ) super(557) else super(557, data) end end |
Class Method Details
.field ⇒ Object
9064 9065 9066 |
# File 'lib/quickfix_fields.rb', line 9064 def TotNoSecurityTypes.field return 557 end |