Class: Quickfix::UnderlyingPaymentScheduleFixedAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingPaymentScheduleFixedAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixedAmount
constructor
A new instance of UnderlyingPaymentScheduleFixedAmount.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixedAmount
Returns a new instance of UnderlyingPaymentScheduleFixedAmount.
36107 36108 36109 36110 36111 36112 36113 |
# File 'lib/quickfix_fields.rb', line 36107 def initialize(data = nil) if( data == nil ) super(40678) else super(40678, data) end end |
Class Method Details
.field ⇒ Object
36104 36105 36106 |
# File 'lib/quickfix_fields.rb', line 36104 def .field return 40678 end |