Class: Quickfix::LegPaymentStreamFixingDateBusinessDayConvention
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamFixingDateBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamFixingDateBusinessDayConvention
constructor
A new instance of LegPaymentStreamFixingDateBusinessDayConvention.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamFixingDateBusinessDayConvention
Returns a new instance of LegPaymentStreamFixingDateBusinessDayConvention.
31414 31415 31416 31417 31418 31419 31420 |
# File 'lib/quickfix_fields.rb', line 31414 def initialize(data = nil) if( data == nil ) super(40317) else super(40317, data) end end |
Class Method Details
.field ⇒ Object
31411 31412 31413 |
# File 'lib/quickfix_fields.rb', line 31411 def LegPaymentStreamFixingDateBusinessDayConvention.field return 40317 end |