Class: Quickfix::DerivativeCFICode

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeCFICode

Returns a new instance of DerivativeCFICode.



10341
10342
10343
10344
10345
10346
10347
# File 'lib/quickfix_fields.rb', line 10341

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

Class Method Details

.fieldObject



10338
10339
10340
# File 'lib/quickfix_fields.rb', line 10338

def DerivativeCFICode.field
	return 1248
end