Class: Quickfix::UnderlyingExtraordinaryDividendCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingExtraordinaryDividendCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingExtraordinaryDividendCurrency
constructor
A new instance of UnderlyingExtraordinaryDividendCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingExtraordinaryDividendCurrency
Returns a new instance of UnderlyingExtraordinaryDividendCurrency.
71532 71533 71534 71535 71536 71537 71538 |
# File 'lib/quickfix_fields.rb', line 71532 def initialize(data = nil) if( data == nil ) super(42832) else super(42832, data) end end |
Class Method Details
.field ⇒ Object
71529 71530 71531 |
# File 'lib/quickfix_fields.rb', line 71529 def UnderlyingExtraordinaryDividendCurrency.field return 42832 end |