Class: Quickfix::CorporateAction

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

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



18138
18139
18140
# File 'lib/quickfix_fields.rb', line 18138

def CorporateAction.field
	return 292
end