Class: Quickfix::UnderlyingPaymentScheduleFixingDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentScheduleFixingDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingDateRelativeTo
constructor
A new instance of UnderlyingPaymentScheduleFixingDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingDateRelativeTo
Returns a new instance of UnderlyingPaymentScheduleFixingDateRelativeTo.
36237 36238 36239 36240 36241 36242 36243 |
# File 'lib/quickfix_fields.rb', line 36237 def initialize(data = nil) if( data == nil ) super(40688) else super(40688, data) end end |
Class Method Details
.field ⇒ Object
36234 36235 36236 |
# File 'lib/quickfix_fields.rb', line 36234 def .field return 40688 end |