Class: Quickfix::UnderlyingProvisionBreakFeeRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingProvisionBreakFeeRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionBreakFeeRate
constructor
A new instance of UnderlyingProvisionBreakFeeRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionBreakFeeRate
Returns a new instance of UnderlyingProvisionBreakFeeRate.
73976 73977 73978 73979 73980 73981 73982 |
# File 'lib/quickfix_fields.rb', line 73976 def initialize(data = nil) if( data == nil ) super(43003) else super(43003, data) end end |
Class Method Details
.field ⇒ Object
73973 73974 73975 |
# File 'lib/quickfix_fields.rb', line 73973 def .field return 43003 end |