Class: Quickfix::PaymentStreamLastRegularPaymentDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStreamLastRegularPaymentDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamLastRegularPaymentDateUnadjusted
constructor
A new instance of PaymentStreamLastRegularPaymentDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamLastRegularPaymentDateUnadjusted
Returns a new instance of PaymentStreamLastRegularPaymentDateUnadjusted.
37134 37135 37136 37137 37138 37139 37140 |
# File 'lib/quickfix_fields.rb', line 37134 def initialize(data = nil) if( data == nil ) super(40757) else super(40757, data) end end |
Class Method Details
.field ⇒ Object
37131 37132 37133 |
# File 'lib/quickfix_fields.rb', line 37131 def PaymentStreamLastRegularPaymentDateUnadjusted.field return 40757 end |