Class: Quickfix::LegMakeWholeAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegMakeWholeAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegMakeWholeAmount
constructor
A new instance of LegMakeWholeAmount.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegMakeWholeAmount
Returns a new instance of LegMakeWholeAmount.
65812 65813 65814 65815 65816 65817 65818 |
# File 'lib/quickfix_fields.rb', line 65812 def initialize(data = nil) if( data == nil ) super(42393) else super(42393, data) end end |
Class Method Details
.field ⇒ Object
65809 65810 65811 |
# File 'lib/quickfix_fields.rb', line 65809 def LegMakeWholeAmount.field return 42393 end |