Class: Quickfix::UnderlyingReturnRateValuationFrequencyPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingReturnRateValuationFrequencyPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationFrequencyPeriod
constructor
A new instance of UnderlyingReturnRateValuationFrequencyPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateValuationFrequencyPeriod
Returns a new instance of UnderlyingReturnRateValuationFrequencyPeriod.
74275 74276 74277 74278 74279 74280 74281 |
# File 'lib/quickfix_fields.rb', line 74275 def initialize(data = nil) if( data == nil ) super(43026) else super(43026, data) end end |
Class Method Details
.field ⇒ Object
74272 74273 74274 |
# File 'lib/quickfix_fields.rb', line 74272 def .field return 43026 end |