Class: Quickfix::CashDistribPayRef

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

Returns a new instance of CashDistribPayRef.



6909
6910
6911
6912
6913
6914
6915
# File 'lib/quickfix_fields.rb', line 6909

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

Class Method Details

.fieldObject



6906
6907
6908
# File 'lib/quickfix_fields.rb', line 6906

def CashDistribPayRef.field
	return 501
end