Class: Quickfix::DerivativeSecurityIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeSecurityIDSource

Returns a new instance of DerivativeSecurityIDSource.



2879
2880
2881
2882
2883
2884
2885
# File 'lib/quickfix_fields.rb', line 2879

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

Class Method Details

.fieldObject



2876
2877
2878
# File 'lib/quickfix_fields.rb', line 2876

def DerivativeSecurityIDSource.field
  return 1217
end