Class: Quickfix::NoUnderlyingPaymentStreamPaymentDateBusinessCenters
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingPaymentStreamPaymentDateBusinessCenters
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingPaymentStreamPaymentDateBusinessCenters
constructor
A new instance of NoUnderlyingPaymentStreamPaymentDateBusinessCenters.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingPaymentStreamPaymentDateBusinessCenters
Returns a new instance of NoUnderlyingPaymentStreamPaymentDateBusinessCenters.
39851 39852 39853 39854 39855 39856 39857 |
# File 'lib/quickfix_fields.rb', line 39851 def initialize(data = nil) if( data == nil ) super(40969) else super(40969, data) end end |
Class Method Details
.field ⇒ Object
39848 39849 39850 |
# File 'lib/quickfix_fields.rb', line 39848 def NoUnderlyingPaymentStreamPaymentDateBusinessCenters.field return 40969 end |