Class: Quickfix::UnderlyingDividendFinalRateRoundingDirection
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::UnderlyingDividendFinalRateRoundingDirection
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendFinalRateRoundingDirection
constructor
A new instance of UnderlyingDividendFinalRateRoundingDirection.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendFinalRateRoundingDirection
Returns a new instance of UnderlyingDividendFinalRateRoundingDirection.
71311 71312 71313 71314 71315 71316 71317 |
# File 'lib/quickfix_fields.rb', line 71311 def initialize(data = nil) if( data == nil ) super(42815) else super(42815, data) end end |
Class Method Details
.field ⇒ Object
71308 71309 71310 |
# File 'lib/quickfix_fields.rb', line 71308 def .field return 42815 end |