Class: Quickfix::PaymentScheduleFixingDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentScheduleFixingDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleFixingDateRelativeTo
constructor
A new instance of PaymentScheduleFixingDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleFixingDateRelativeTo
Returns a new instance of PaymentScheduleFixingDateRelativeTo.
38369 38370 38371 38372 38373 38374 38375 |
# File 'lib/quickfix_fields.rb', line 38369 def initialize(data = nil) if( data == nil ) super(40852) else super(40852, data) end end |
Class Method Details
.field ⇒ Object
38366 38367 38368 |
# File 'lib/quickfix_fields.rb', line 38366 def PaymentScheduleFixingDateRelativeTo.field return 40852 end |