Class: Quickfix::PaymentStubStartDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStubStartDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubStartDateUnadjusted
constructor
A new instance of PaymentStubStartDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStubStartDateUnadjusted
Returns a new instance of PaymentStubStartDateUnadjusted.
69738 69739 69740 69741 69742 69743 69744 |
# File 'lib/quickfix_fields.rb', line 69738 def initialize(data = nil) if( data == nil ) super(42698) else super(42698, data) end end |
Class Method Details
.field ⇒ Object
69735 69736 69737 |
# File 'lib/quickfix_fields.rb', line 69735 def PaymentStubStartDateUnadjusted.field return 42698 end |