Class: Quickfix::PaymentStreamPaymentDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStreamPaymentDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamPaymentDate
constructor
A new instance of PaymentStreamPaymentDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamPaymentDate
Returns a new instance of PaymentStreamPaymentDate.
45090 45091 45092 45093 45094 45095 45096 |
# File 'lib/quickfix_fields.rb', line 45090 def initialize(data = nil) if( data == nil ) super(41221) else super(41221, data) end end |
Class Method Details
.field ⇒ Object
45087 45088 45089 |
# File 'lib/quickfix_fields.rb', line 45087 def PaymentStreamPaymentDate.field return 41221 end |