Class: Quickfix::DerivativeSecurityType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeSecurityType

Returns a new instance of DerivativeSecurityType.



396
397
398
399
400
401
402
# File 'lib/quickfix_fields.rb', line 396

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

Class Method Details

.fieldObject



393
394
395
# File 'lib/quickfix_fields.rb', line 393

def DerivativeSecurityType.field
  return 1249
end