Class: Quickfix::LegPaymentScheduleXID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentScheduleXID

Returns a new instance of LegPaymentScheduleXID.



49718
49719
49720
49721
49722
49723
49724
# File 'lib/quickfix_fields.rb', line 49718

def initialize(data = nil)
	if( data == nil )
		super(41533)
	else
		super(41533, data)
	end
end