Class: Quickfix::DerivativeSecurityDesc

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeSecurityDesc

Returns a new instance of DerivativeSecurityDesc.



8859
8860
8861
8862
8863
8864
8865
# File 'lib/quickfix_fields.rb', line 8859

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

Class Method Details

.fieldObject



8856
8857
8858
# File 'lib/quickfix_fields.rb', line 8856

def DerivativeSecurityDesc.field
  return 1279
end