Class: Quickfix::UnderlyingPaymentStubStartDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStubStartDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubStartDateUnadjusted
constructor
A new instance of UnderlyingPaymentStubStartDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubStartDateUnadjusted
Returns a new instance of UnderlyingPaymentStubStartDateUnadjusted.
73846 73847 73848 73849 73850 73851 73852 |
# File 'lib/quickfix_fields.rb', line 73846 def initialize(data = nil) if( data == nil ) super(42993) else super(42993, data) end end |
Class Method Details
.field ⇒ Object
73843 73844 73845 |
# File 'lib/quickfix_fields.rb', line 73843 def UnderlyingPaymentStubStartDateUnadjusted.field return 42993 end |