Class: Quickfix::NoPaymentBusinessCenters
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoPaymentBusinessCenters
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoPaymentBusinessCenters
constructor
A new instance of NoPaymentBusinessCenters.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoPaymentBusinessCenters
Returns a new instance of NoPaymentBusinessCenters.
39526 39527 39528 39529 39530 39531 39532 |
# File 'lib/quickfix_fields.rb', line 39526 def initialize(data = nil) if( data == nil ) super(40944) else super(40944, data) end end |
Class Method Details
.field ⇒ Object
39523 39524 39525 |
# File 'lib/quickfix_fields.rb', line 39523 def NoPaymentBusinessCenters.field return 40944 end |