Class: Quickfix::PaymentScheduleWeight
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PaymentScheduleWeight
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleWeight
constructor
A new instance of PaymentScheduleWeight.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleWeight
Returns a new instance of PaymentScheduleWeight.
38356 38357 38358 38359 38360 38361 38362 |
# File 'lib/quickfix_fields.rb', line 38356 def initialize(data = nil) if( data == nil ) super(40851) else super(40851, data) end end |
Class Method Details
.field ⇒ Object
38353 38354 38355 |
# File 'lib/quickfix_fields.rb', line 38353 def PaymentScheduleWeight.field return 40851 end |