Class: Quickfix::LegPaymentStreamCompoundingDateType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegPaymentStreamCompoundingDateType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingDateType
constructor
A new instance of LegPaymentStreamCompoundingDateType.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingDateType
Returns a new instance of LegPaymentStreamCompoundingDateType.
65994 65995 65996 65997 65998 65999 66000 |
# File 'lib/quickfix_fields.rb', line 65994 def initialize(data = nil) if( data == nil ) super(42407) else super(42407, data) end end |