Class: Quickfix::LegDividendFinalRateRoundingDirection
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::LegDividendFinalRateRoundingDirection
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDividendFinalRateRoundingDirection
constructor
A new instance of LegDividendFinalRateRoundingDirection.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ LegDividendFinalRateRoundingDirection
Returns a new instance of LegDividendFinalRateRoundingDirection.
64941 64942 64943 64944 64945 64946 64947 |
# File 'lib/quickfix_fields.rb', line 64941 def initialize(data = nil) if( data == nil ) super(42326) else super(42326, data) end end |
Class Method Details
.field ⇒ Object
64938 64939 64940 |
# File 'lib/quickfix_fields.rb', line 64938 def LegDividendFinalRateRoundingDirection.field return 42326 end |