Class: Quickfix::DiscretionInst

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DiscretionInst



4829
4830
4831
4832
4833
4834
4835
# File 'lib/quickfix_fields.rb', line 4829

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