Class: Quickfix::LegPaymentStreamResetDateBusinessDayConvention
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegPaymentStreamResetDateBusinessDayConvention
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamResetDateBusinessDayConvention
constructor
A new instance of LegPaymentStreamResetDateBusinessDayConvention.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamResetDateBusinessDayConvention
Returns a new instance of LegPaymentStreamResetDateBusinessDayConvention.
31245 31246 31247 31248 31249 31250 31251 |
# File 'lib/quickfix_fields.rb', line 31245 def initialize(data = nil) if( data == nil ) super(40304) else super(40304, data) end end |