Class: Quickfix::CorporateAction
- Inherits:
-
StringField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ CorporateAction
Returns a new instance of CorporateAction.
18141 18142 18143 18144 18145 18146 18147 |
# File 'lib/quickfix_fields.rb', line 18141 def initialize(data = nil) if( data == nil ) super(292) else super(292, data) end end |
Class Method Details
.field ⇒ Object
18138 18139 18140 |
# File 'lib/quickfix_fields.rb', line 18138 def CorporateAction.field return 292 end |