Class: Quickfix::DerivativeSecurityID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeSecurityID

Returns a new instance of DerivativeSecurityID.



2697
2698
2699
2700
2701
2702
2703
# File 'lib/quickfix_fields.rb', line 2697

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

Class Method Details

.fieldObject



2694
2695
2696
# File 'lib/quickfix_fields.rb', line 2694

def DerivativeSecurityID.field
  return 1216
end