Class: Quickfix::LegProvisionBreakFeeRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegProvisionBreakFeeRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProvisionBreakFeeRate
constructor
A new instance of LegProvisionBreakFeeRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegProvisionBreakFeeRate
Returns a new instance of LegProvisionBreakFeeRate.
67294 67295 67296 67297 67298 67299 67300 |
# File 'lib/quickfix_fields.rb', line 67294 def initialize(data = nil) if( data == nil ) super(42507) else super(42507, data) end end |
Class Method Details
.field ⇒ Object
67291 67292 67293 |
# File 'lib/quickfix_fields.rb', line 67291 def LegProvisionBreakFeeRate.field return 42507 end |