Class: Quickfix::UnderlyingPaymentScheduleXIDRef

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) ⇒ UnderlyingPaymentScheduleXIDRef

Returns a new instance of UnderlyingPaymentScheduleXIDRef.



54749
54750
54751
54752
54753
54754
54755
# File 'lib/quickfix_fields.rb', line 54749

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

Class Method Details

.fieldObject



54746
54747
54748
# File 'lib/quickfix_fields.rb', line 54746

def UnderlyingPaymentScheduleXIDRef.field
	return 41882
end