Class: Quickfix::LegPaymentScheduleXID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



49715
49716
49717
# File 'lib/quickfix_fields.rb', line 49715

def LegPaymentScheduleXID.field
	return 41533
end