Class: Quickfix::NumDaysInterest
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NumDaysInterest
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NumDaysInterest
constructor
A new instance of NumDaysInterest.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NumDaysInterest
Returns a new instance of NumDaysInterest.
2450 2451 2452 2453 2454 2455 2456 |
# File 'lib/quickfix_fields.rb', line 2450 def initialize(data = nil) if( data == nil ) super(157) else super(157, data) end end |
Class Method Details
.field ⇒ Object
2447 2448 2449 |
# File 'lib/quickfix_fields.rb', line 2447 def NumDaysInterest.field return 157 end |