Class: Quickfix::UnderlyingDividendPaymentCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingDividendPaymentCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendPaymentCurrency
constructor
A new instance of UnderlyingDividendPaymentCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendPaymentCurrency
Returns a new instance of UnderlyingDividendPaymentCurrency.
71870 71871 71872 71873 71874 71875 71876 |
# File 'lib/quickfix_fields.rb', line 71870 def initialize(data = nil) if( data == nil ) super(42858) else super(42858, data) end end |
Class Method Details
.field ⇒ Object
71867 71868 71869 |
# File 'lib/quickfix_fields.rb', line 71867 def .field return 42858 end |