Class: Quickfix::LegPaymentStreamDiscountRateDayCount
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamDiscountRateDayCount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamDiscountRateDayCount
constructor
A new instance of LegPaymentStreamDiscountRateDayCount.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamDiscountRateDayCount
Returns a new instance of LegPaymentStreamDiscountRateDayCount.
31024 31025 31026 31027 31028 31029 31030 |
# File 'lib/quickfix_fields.rb', line 31024 def initialize(data = nil) if( data == nil ) super(40287) else super(40287, data) end end |
Class Method Details
.field ⇒ Object
31021 31022 31023 |
# File 'lib/quickfix_fields.rb', line 31021 def LegPaymentStreamDiscountRateDayCount.field return 40287 end |