Class: Quickfix::PaymentDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentDate
constructor
A new instance of PaymentDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentDate
Returns a new instance of PaymentDate.
6935 6936 6937 6938 6939 6940 6941 |
# File 'lib/quickfix_fields.rb', line 6935 def initialize(data = nil) if( data == nil ) super(504) else super(504, data) end end |
Class Method Details
.field ⇒ Object
6932 6933 6934 |
# File 'lib/quickfix_fields.rb', line 6932 def PaymentDate.field return 504 end |