Class: Quickfix::TotNoSecurityTypes
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ TotNoSecurityTypes
Returns a new instance of TotNoSecurityTypes.
16152 16153 16154 16155 16156 16157 16158 |
# File 'lib/quickfix_fields.rb', line 16152 def initialize(data = nil) if( data == nil ) super(557) else super(557, data) end end |
Class Method Details
.field ⇒ Object
16149 16150 16151 |
# File 'lib/quickfix_fields.rb', line 16149 def TotNoSecurityTypes.field return 557 end |