Class: Quickfix::UnderlyingDividendPayoutConditions
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingDividendPayoutConditions
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendPayoutConditions
constructor
A new instance of UnderlyingDividendPayoutConditions.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendPayoutConditions
71909 71910 71911 71912 71913 71914 71915 |
# File 'lib/quickfix_fields.rb', line 71909 def initialize(data = nil) if( data == nil ) super(42861) else super(42861, data) end end |
Class Method Details
.field ⇒ Object
71906 71907 71908 |
# File 'lib/quickfix_fields.rb', line 71906 def .field return 42861 end |