Class: Quickfix::UnderlyingPaymentStreamPricingDayCount
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamPricingDayCount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingDayCount
constructor
A new instance of UnderlyingPaymentStreamPricingDayCount.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingDayCount
Returns a new instance of UnderlyingPaymentStreamPricingDayCount.
55399 55400 55401 55402 55403 55404 55405 |
# File 'lib/quickfix_fields.rb', line 55399 def initialize(data = nil) if( data == nil ) super(41932) else super(41932, data) end end |
Class Method Details
.field ⇒ Object
55396 55397 55398 |
# File 'lib/quickfix_fields.rb', line 55396 def .field return 41932 end |