Class: Quickfix::NoLegPaymentStubs
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegPaymentStubs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegPaymentStubs
constructor
A new instance of NoLegPaymentStubs.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegPaymentStubs
Returns a new instance of NoLegPaymentStubs.
32727 32728 32729 32730 32731 32732 32733 |
# File 'lib/quickfix_fields.rb', line 32727 def initialize(data = nil) if( data == nil ) super(40418) else super(40418, data) end end |
Class Method Details
.field ⇒ Object
32724 32725 32726 |
# File 'lib/quickfix_fields.rb', line 32724 def NoLegPaymentStubs.field return 40418 end |