Class: Quickfix::NoPaymentStubs
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoPaymentStubs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoPaymentStubs
constructor
A new instance of NoPaymentStubs.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoPaymentStubs
38629 38630 38631 38632 38633 38634 38635 |
# File 'lib/quickfix_fields.rb', line 38629 def initialize(data = nil) if( data == nil ) super(40872) else super(40872, data) end end |
Class Method Details
.field ⇒ Object
38626 38627 38628 |
# File 'lib/quickfix_fields.rb', line 38626 def NoPaymentStubs.field return 40872 end |