Class: Quickfix::LegPaymentStubFixedAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegPaymentStubFixedAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubFixedAmount
constructor
A new instance of LegPaymentStubFixedAmount.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubFixedAmount
Returns a new instance of LegPaymentStubFixedAmount.
32779 32780 32781 32782 32783 32784 32785 |
# File 'lib/quickfix_fields.rb', line 32779 def initialize(data = nil) if( data == nil ) super(40422) else super(40422, data) end end |
Class Method Details
.field ⇒ Object
32776 32777 32778 |
# File 'lib/quickfix_fields.rb', line 32776 def LegPaymentStubFixedAmount.field return 40422 end |