Class: Quickfix::CorporateAction

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



3682
3683
3684
# File 'lib/quickfix_fields.rb', line 3682

def CorporateAction.field
  return 292
end