Class: Quickfix::LegPaymentStreamPaymentDateBusinessDayConvention
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamPaymentDateBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamPaymentDateBusinessDayConvention
constructor
A new instance of LegPaymentStreamPaymentDateBusinessDayConvention.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamPaymentDateBusinessDayConvention
Returns a new instance of LegPaymentStreamPaymentDateBusinessDayConvention.
31089 31090 31091 31092 31093 31094 31095 |
# File 'lib/quickfix_fields.rb', line 31089 def initialize(data = nil) if( data == nil ) super(40292) else super(40292, data) end end |
Class Method Details
.field ⇒ Object
31086 31087 31088 |
# File 'lib/quickfix_fields.rb', line 31086 def LegPaymentStreamPaymentDateBusinessDayConvention.field return 40292 end |