Class: Quickfix::UnderlyingPaymentStreamPricingBusinessDayConvention
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamPricingBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingBusinessDayConvention
constructor
A new instance of UnderlyingPaymentStreamPricingBusinessDayConvention.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingBusinessDayConvention
Returns a new instance of UnderlyingPaymentStreamPricingBusinessDayConvention.
55425 55426 55427 55428 55429 55430 55431 |
# File 'lib/quickfix_fields.rb', line 55425 def initialize(data = nil) if( data == nil ) super(41934) else super(41934, data) end end |
Class Method Details
.field ⇒ Object
55422 55423 55424 |
# File 'lib/quickfix_fields.rb', line 55422 def UnderlyingPaymentStreamPricingBusinessDayConvention.field return 41934 end |