Class: Quickfix::PaymentStubStartDateAdjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStubStartDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubStartDateAdjusted
constructor
A new instance of PaymentStubStartDateAdjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStubStartDateAdjusted
Returns a new instance of PaymentStubStartDateAdjusted.
69816 69817 69818 69819 69820 69821 69822 |
# File 'lib/quickfix_fields.rb', line 69816 def initialize(data = nil) if( data == nil ) super(42704) else super(42704, data) end end |
Class Method Details
.field ⇒ Object
69813 69814 69815 |
# File 'lib/quickfix_fields.rb', line 69813 def PaymentStubStartDateAdjusted.field return 42704 end |