Class: Quickfix::PaymentDate

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

Returns a new instance of PaymentDate.



74796
74797
74798
74799
74800
74801
74802
# File 'ext/quickfix/QuickfixRuby.cpp', line 74796

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

Class Method Details

.fieldObject



6789
6790
6791
# File 'lib/quickfix_fields.rb', line 6789

def PaymentDate.field
	return 504
end