Class: Quickfix::PaymentSchedulePaySide
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PaymentSchedulePaySide
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentSchedulePaySide
constructor
A new instance of PaymentSchedulePaySide.
Constructor Details
#initialize(data = nil) ⇒ PaymentSchedulePaySide
Returns a new instance of PaymentSchedulePaySide.
38122 38123 38124 38125 38126 38127 38128 |
# File 'lib/quickfix_fields.rb', line 38122 def initialize(data = nil) if( data == nil ) super(40833) else super(40833, data) end end |