Class: Quickfix::DerivativeSecurityExchange

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeSecurityExchange

Returns a new instance of DerivativeSecurityExchange.



16893
16894
16895
16896
16897
16898
16899
# File 'lib/quickfix_fields.rb', line 16893

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