Class: Quickfix::NoUnderlyingRateSpreadSteps
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingRateSpreadSteps
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingRateSpreadSteps
constructor
A new instance of NoUnderlyingRateSpreadSteps.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingRateSpreadSteps
Returns a new instance of NoUnderlyingRateSpreadSteps.
74002 74003 74004 74005 74006 74007 74008 |
# File 'lib/quickfix_fields.rb', line 74002 def initialize(data = nil) if( data == nil ) super(43005) else super(43005, data) end end |
Class Method Details
.field ⇒ Object
73999 74000 74001 |
# File 'lib/quickfix_fields.rb', line 73999 def .field return 43005 end |