Class: Quickfix::NoLegReturnRateDates
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegReturnRateDates
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegReturnRateDates
constructor
A new instance of NoLegReturnRateDates.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegReturnRateDates
Returns a new instance of NoLegReturnRateDates.
67307 67308 67309 67310 67311 67312 67313 |
# File 'lib/quickfix_fields.rb', line 67307 def initialize(data = nil) if( data == nil ) super(42508) else super(42508, data) end end |
Class Method Details
.field ⇒ Object
67304 67305 67306 |
# File 'lib/quickfix_fields.rb', line 67304 def NoLegReturnRateDates.field return 42508 end |