Class: Quickfix::LegPaymentScheduleWeight
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegPaymentScheduleWeight
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentScheduleWeight
constructor
A new instance of LegPaymentScheduleWeight.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentScheduleWeight
Returns a new instance of LegPaymentScheduleWeight.
32454 32455 32456 32457 32458 32459 32460 |
# File 'lib/quickfix_fields.rb', line 32454 def initialize(data = nil) if( data == nil ) super(40397) else super(40397, data) end end |
Class Method Details
.field ⇒ Object
32451 32452 32453 |
# File 'lib/quickfix_fields.rb', line 32451 def LegPaymentScheduleWeight.field return 40397 end |