Class: Quickfix::LegPaymentStubStartDateBusinessDayConvention
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStubStartDateBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubStartDateBusinessDayConvention
constructor
A new instance of LegPaymentStubStartDateBusinessDayConvention.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubStartDateBusinessDayConvention
Returns a new instance of LegPaymentStubStartDateBusinessDayConvention.
67177 67178 67179 67180 67181 67182 67183 |
# File 'lib/quickfix_fields.rb', line 67177 def initialize(data = nil) if( data == nil ) super(42498) else super(42498, data) end end |
Class Method Details
.field ⇒ Object
67174 67175 67176 |
# File 'lib/quickfix_fields.rb', line 67174 def LegPaymentStubStartDateBusinessDayConvention.field return 42498 end |