Class: Quickfix::NoPayCollects
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoPayCollects
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoPayCollects
constructor
A new instance of NoPayCollects.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoPayCollects
Returns a new instance of NoPayCollects.
22327 22328 22329 22330 22331 22332 22333 |
# File 'lib/quickfix_fields.rb', line 22327 def initialize(data = nil) if( data == nil ) super(1707) else super(1707, data) end end |
Class Method Details
.field ⇒ Object
22324 22325 22326 |
# File 'lib/quickfix_fields.rb', line 22324 def NoPayCollects.field return 1707 end |