Class: Quickfix::DerivativeSecurityStatus

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeSecurityStatus



18661
18662
18663
18664
18665
18666
18667
# File 'lib/quickfix_fields.rb', line 18661

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

Class Method Details

.fieldObject



18658
18659
18660
# File 'lib/quickfix_fields.rb', line 18658

def DerivativeSecurityStatus.field
  return 1256
end