Class: Quickfix::UnderlyingReturnRateTotalCommissionPerTrade
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingReturnRateTotalCommissionPerTrade
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateTotalCommissionPerTrade
constructor
A new instance of UnderlyingReturnRateTotalCommissionPerTrade.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateTotalCommissionPerTrade
Returns a new instance of UnderlyingReturnRateTotalCommissionPerTrade.
74444 74445 74446 74447 74448 74449 74450 |
# File 'lib/quickfix_fields.rb', line 74444 def initialize(data = nil) if( data == nil ) super(43039) else super(43039, data) end end |
Class Method Details
.field ⇒ Object
74441 74442 74443 |
# File 'lib/quickfix_fields.rb', line 74441 def .field return 43039 end |