Class: Quickfix::DerivativeEventText

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeEventText

Returns a new instance of DerivativeEventText.



7273
7274
7275
7276
7277
7278
7279
# File 'lib/quickfix_fields.rb', line 7273

def initialize(data = nil)
	if( data == nil )
		super(1291)
	else
		super(1291, data)
	end
end

Class Method Details

.fieldObject



7270
7271
7272
# File 'lib/quickfix_fields.rb', line 7270

def DerivativeEventText.field
	return 1291
end