Class: Quickfix::DiscretionInst

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DiscretionInst

Returns a new instance of DiscretionInst.



19571
19572
19573
19574
19575
19576
19577
# File 'lib/quickfix_fields.rb', line 19571

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

Class Method Details

.fieldObject



19568
19569
19570
# File 'lib/quickfix_fields.rb', line 19568

def DiscretionInst.field
  return 388
end