Class: Quickfix::UnderlyingPaymentScheduleStubType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentScheduleStubType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleStubType
constructor
A new instance of UnderlyingPaymentScheduleStubType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleStubType
Returns a new instance of UnderlyingPaymentScheduleStubType.
35951 35952 35953 35954 35955 35956 35957 |
# File 'lib/quickfix_fields.rb', line 35951 def initialize(data = nil) if( data == nil ) super(40666) else super(40666, data) end end |