Class: Quickfix::LegPaymentStubEndDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStubEndDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubEndDateRelativeTo
constructor
A new instance of LegPaymentStubEndDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubEndDateRelativeTo
Returns a new instance of LegPaymentStubEndDateRelativeTo.
67073 67074 67075 67076 67077 67078 67079 |
# File 'lib/quickfix_fields.rb', line 67073 def initialize(data = nil) if( data == nil ) super(42490) else super(42490, data) end end |
Class Method Details
.field ⇒ Object
67070 67071 67072 |
# File 'lib/quickfix_fields.rb', line 67070 def LegPaymentStubEndDateRelativeTo.field return 42490 end |