Class: Quickfix::LegPaymentScheduleFixingDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentScheduleFixingDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentScheduleFixingDateRelativeTo
constructor
A new instance of LegPaymentScheduleFixingDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentScheduleFixingDateRelativeTo
Returns a new instance of LegPaymentScheduleFixingDateRelativeTo.
32467 32468 32469 32470 32471 32472 32473 |
# File 'lib/quickfix_fields.rb', line 32467 def initialize(data = nil) if( data == nil ) super(40398) else super(40398, data) end end |
Class Method Details
.field ⇒ Object
32464 32465 32466 |
# File 'lib/quickfix_fields.rb', line 32464 def LegPaymentScheduleFixingDateRelativeTo.field return 40398 end |