Class: Quickfix::NoUnderlyingPaymentStreamFixingDateBusinessCenters
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingPaymentStreamFixingDateBusinessCenters
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingPaymentStreamFixingDateBusinessCenters
constructor
A new instance of NoUnderlyingPaymentStreamFixingDateBusinessCenters.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingPaymentStreamFixingDateBusinessCenters
Returns a new instance of NoUnderlyingPaymentStreamFixingDateBusinessCenters.
39890 39891 39892 39893 39894 39895 39896 |
# File 'lib/quickfix_fields.rb', line 39890 def initialize(data = nil) if( data == nil ) super(40972) else super(40972, data) end end |
Class Method Details
.field ⇒ Object
39887 39888 39889 |
# File 'lib/quickfix_fields.rb', line 39887 def .field return 40972 end |