Class: Quickfix::UnderlyingPaymentStubStartDateAdjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStubStartDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubStartDateAdjusted
constructor
A new instance of UnderlyingPaymentStubStartDateAdjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubStartDateAdjusted
73924 73925 73926 73927 73928 73929 73930 |
# File 'lib/quickfix_fields.rb', line 73924 def initialize(data = nil) if( data == nil ) super(42999) else super(42999, data) end end |
Class Method Details
.field ⇒ Object
73921 73922 73923 |
# File 'lib/quickfix_fields.rb', line 73921 def .field return 42999 end |