Class: Quickfix::CashDistribPayRef

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ CashDistribPayRef

Returns a new instance of CashDistribPayRef.



74600
74601
74602
74603
74604
74605
74606
# File 'ext/quickfix/QuickfixRuby.cpp', line 74600

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

Class Method Details

.fieldObject



6763
6764
6765
# File 'lib/quickfix_fields.rb', line 6763

def CashDistribPayRef.field
	return 501
end