Class: Quickfix::DerivativeSecurityType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeSecurityType

Returns a new instance of DerivativeSecurityType.



16594
16595
16596
16597
16598
16599
16600
# File 'lib/quickfix_fields.rb', line 16594

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