Class: Quickfix::DerivativeProductComplex

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) ⇒ DerivativeProductComplex

Returns a new instance of DerivativeProductComplex.



16360
16361
16362
16363
16364
16365
16366
# File 'lib/quickfix_fields.rb', line 16360

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

Class Method Details

.fieldObject



16357
16358
16359
# File 'lib/quickfix_fields.rb', line 16357

def DerivativeProductComplex.field
	return 1228
end