Class: Quickfix::DerivativeSecurityGroup

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ DerivativeSecurityGroup

Returns a new instance of DerivativeSecurityGroup.



16568
16569
16570
16571
16572
16573
16574
# File 'lib/quickfix_fields.rb', line 16568

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

Class Method Details

.fieldObject



16565
16566
16567
# File 'lib/quickfix_fields.rb', line 16565

def DerivativeSecurityGroup.field
  return 1247
end