Class: Quickfix::TotNoParties
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TotNoParties
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TotNoParties
constructor
A new instance of TotNoParties.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TotNoParties
Returns a new instance of TotNoParties.
20442 20443 20444 20445 20446 20447 20448 |
# File 'lib/quickfix_fields.rb', line 20442 def initialize(data = nil) if( data == nil ) super(1512) else super(1512, data) end end |
Class Method Details
.field ⇒ Object
20439 20440 20441 |
# File 'lib/quickfix_fields.rb', line 20439 def TotNoParties.field return 1512 end |