Class: Quickfix::NoUnderlyingPaymentStreamInitialFixingDateBusinessCenters
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingPaymentStreamInitialFixingDateBusinessCenters
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingPaymentStreamInitialFixingDateBusinessCenters
constructor
A new instance of NoUnderlyingPaymentStreamInitialFixingDateBusinessCenters.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingPaymentStreamInitialFixingDateBusinessCenters
Returns a new instance of NoUnderlyingPaymentStreamInitialFixingDateBusinessCenters.
39877 39878 39879 39880 39881 39882 39883 |
# File 'lib/quickfix_fields.rb', line 39877 def initialize(data = nil) if( data == nil ) super(40971) else super(40971, data) end end |
Class Method Details
.field ⇒ Object
39874 39875 39876 |
# File 'lib/quickfix_fields.rb', line 39874 def .field return 40971 end |