Class: Quickfix::PaymentStubFixedAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PaymentStubFixedAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubFixedAmount
constructor
A new instance of PaymentStubFixedAmount.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PaymentStubFixedAmount
Returns a new instance of PaymentStubFixedAmount.
38681 38682 38683 38684 38685 38686 38687 |
# File 'lib/quickfix_fields.rb', line 38681 def initialize(data = nil) if( data == nil ) super(40876) else super(40876, data) end end |
Class Method Details
.field ⇒ Object
38678 38679 38680 |
# File 'lib/quickfix_fields.rb', line 38678 def PaymentStubFixedAmount.field return 40876 end |