Class: Quickfix::NoUnderlyingReturnRateValuationDateBusinessCenters
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingReturnRateValuationDateBusinessCenters
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingReturnRateValuationDateBusinessCenters
constructor
A new instance of NoUnderlyingReturnRateValuationDateBusinessCenters.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingReturnRateValuationDateBusinessCenters
Returns a new instance of NoUnderlyingReturnRateValuationDateBusinessCenters.
74834 74835 74836 74837 74838 74839 74840 |
# File 'lib/quickfix_fields.rb', line 74834 def initialize(data = nil) if( data == nil ) super(43069) else super(43069, data) end end |
Class Method Details
.field ⇒ Object
74831 74832 74833 |
# File 'lib/quickfix_fields.rb', line 74831 def .field return 43069 end |