Class: Quickfix::PaymentSchedulePaySide

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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