Class: Quickfix::LegPaymentStubStartDateBusinessDayConvention
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegPaymentStubStartDateBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubStartDateBusinessDayConvention
constructor
A new instance of LegPaymentStubStartDateBusinessDayConvention.
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 |