Class: Quickfix::LegPaymentStreamPricingBusinessDayConvention
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamPricingBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamPricingBusinessDayConvention
constructor
A new instance of LegPaymentStreamPricingBusinessDayConvention.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamPricingBusinessDayConvention
Returns a new instance of LegPaymentStreamPricingBusinessDayConvention.
50407 50408 50409 50410 50411 50412 50413 |
# File 'lib/quickfix_fields.rb', line 50407 def initialize(data = nil) if( data == nil ) super(41586) else super(41586, data) end end |
Class Method Details
.field ⇒ Object
50404 50405 50406 |
# File 'lib/quickfix_fields.rb', line 50404 def LegPaymentStreamPricingBusinessDayConvention.field return 41586 end |