Class: Quickfix::UnderlyingPaymentStreamDayCount
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamDayCount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamDayCount
constructor
A new instance of UnderlyingPaymentStreamDayCount.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamDayCount
Returns a new instance of UnderlyingPaymentStreamDayCount.
34729 34730 34731 34732 34733 34734 34735 |
# File 'lib/quickfix_fields.rb', line 34729 def initialize(data = nil) if( data == nil ) super(40572) else super(40572, data) end end |
Class Method Details
.field ⇒ Object
34726 34727 34728 |
# File 'lib/quickfix_fields.rb', line 34726 def .field return 40572 end |