Class: Quickfix::UnderlyingPaymentStubStartDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStubStartDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubStartDateRelativeTo
constructor
A new instance of UnderlyingPaymentStubStartDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubStartDateRelativeTo
Returns a new instance of UnderlyingPaymentStubStartDateRelativeTo.
73872 73873 73874 73875 73876 73877 73878 |
# File 'lib/quickfix_fields.rb', line 73872 def initialize(data = nil) if( data == nil ) super(42995) else super(42995, data) end end |
Class Method Details
.field ⇒ Object
73869 73870 73871 |
# File 'lib/quickfix_fields.rb', line 73869 def UnderlyingPaymentStubStartDateRelativeTo.field return 42995 end |