Class: Quickfix::NoLegPaymentStreamFixingDateBusinessCenters
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegPaymentStreamFixingDateBusinessCenters
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegPaymentStreamFixingDateBusinessCenters
constructor
A new instance of NoLegPaymentStreamFixingDateBusinessCenters.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegPaymentStreamFixingDateBusinessCenters
Returns a new instance of NoLegPaymentStreamFixingDateBusinessCenters.
39383 39384 39385 39386 39387 39388 39389 |
# File 'lib/quickfix_fields.rb', line 39383 def initialize(data = nil) if( data == nil ) super(40933) else super(40933, data) end end |
Class Method Details
.field ⇒ Object
39380 39381 39382 |
# File 'lib/quickfix_fields.rb', line 39380 def NoLegPaymentStreamFixingDateBusinessCenters.field return 40933 end |