Class: Quickfix::PaymentStubRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PaymentStubRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubRate
constructor
A new instance of PaymentStubRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PaymentStubRate
Returns a new instance of PaymentStubRate.
38668 38669 38670 38671 38672 38673 38674 |
# File 'lib/quickfix_fields.rb', line 38668 def initialize(data = nil) if( data == nil ) super(40875) else super(40875, data) end end |
Class Method Details
.field ⇒ Object
38665 38666 38667 |
# File 'lib/quickfix_fields.rb', line 38665 def PaymentStubRate.field return 40875 end |