Class: Quickfix::TotNoRelatedSym
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::TotNoRelatedSym
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TotNoRelatedSym
constructor
A new instance of TotNoRelatedSym.
Constructor Details
#initialize(data = nil) ⇒ TotNoRelatedSym
Returns a new instance of TotNoRelatedSym.
17400 17401 17402 17403 17404 17405 17406 |
# File 'lib/quickfix_fields.rb', line 17400 def initialize(data = nil) if( data == nil ) super(393) else super(393, data) end end |
Class Method Details
.field ⇒ Object
17397 17398 17399 |
# File 'lib/quickfix_fields.rb', line 17397 def TotNoRelatedSym.field return 393 end |