Class: Quickfix::PaymentLegRefID

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

Returns a new instance of PaymentLegRefID.



58012
58013
58014
58015
58016
58017
58018
# File 'lib/quickfix_fields.rb', line 58012

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

Class Method Details

.fieldObject



58009
58010
58011
# File 'lib/quickfix_fields.rb', line 58009

def PaymentLegRefID.field
	return 41304
end