Class: Quickfix::PaymentScheduleType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PaymentScheduleType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleType
constructor
A new instance of PaymentScheduleType.
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleType
Returns a new instance of PaymentScheduleType.
38070 38071 38072 38073 38074 38075 38076 |
# File 'lib/quickfix_fields.rb', line 38070 def initialize(data = nil) if( data == nil ) super(40829) else super(40829, data) end end |