Class: Quickfix::LegDividendFinalRatePrecision
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegDividendFinalRatePrecision
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDividendFinalRatePrecision
constructor
A new instance of LegDividendFinalRatePrecision.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegDividendFinalRatePrecision
Returns a new instance of LegDividendFinalRatePrecision.
64954 64955 64956 64957 64958 64959 64960 |
# File 'lib/quickfix_fields.rb', line 64954 def initialize(data = nil) if( data == nil ) super(42327) else super(42327, data) end end |
Class Method Details
.field ⇒ Object
64951 64952 64953 |
# File 'lib/quickfix_fields.rb', line 64951 def LegDividendFinalRatePrecision.field return 42327 end |