Class: Quickfix::CollateralPercentOverage
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::CollateralPercentOverage
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollateralPercentOverage
constructor
A new instance of CollateralPercentOverage.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ CollateralPercentOverage
Returns a new instance of CollateralPercentOverage.
75510 75511 75512 75513 75514 75515 75516 |
# File 'lib/quickfix_fields.rb', line 75510 def initialize(data = nil) if( data == nil ) super(2690) else super(2690, data) end end |
Class Method Details
.field ⇒ Object
75507 75508 75509 |
# File 'lib/quickfix_fields.rb', line 75507 def CollateralPercentOverage.field return 2690 end |