Class: Quickfix::NoUnderlyingPaymentStreamResetDateBusinessCenters
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingPaymentStreamResetDateBusinessCenters
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingPaymentStreamResetDateBusinessCenters
constructor
A new instance of NoUnderlyingPaymentStreamResetDateBusinessCenters.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingPaymentStreamResetDateBusinessCenters
Returns a new instance of NoUnderlyingPaymentStreamResetDateBusinessCenters.
39864 39865 39866 39867 39868 39869 39870 |
# File 'lib/quickfix_fields.rb', line 39864 def initialize(data = nil) if( data == nil ) super(40970) else super(40970, data) end end |
Class Method Details
.field ⇒ Object
39861 39862 39863 |
# File 'lib/quickfix_fields.rb', line 39861 def .field return 40970 end |