Class: Quickfix::DerivativeCFICode

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

Returns a new instance of DerivativeCFICode.



16581
16582
16583
16584
16585
16586
16587
# File 'lib/quickfix_fields.rb', line 16581

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

Class Method Details

.fieldObject



16578
16579
16580
# File 'lib/quickfix_fields.rb', line 16578

def DerivativeCFICode.field
  return 1248
end