Class: Quickfix::CorporateAction
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CorporateAction
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CorporateAction
constructor
A new instance of CorporateAction.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CorporateAction
Returns a new instance of CorporateAction.
3685 3686 3687 3688 3689 3690 3691 |
# File 'lib/quickfix_fields.rb', line 3685 def initialize(data = nil) if( data == nil ) super(292) else super(292, data) end end |
Class Method Details
.field ⇒ Object
3682 3683 3684 |
# File 'lib/quickfix_fields.rb', line 3682 def CorporateAction.field return 292 end |