Class: Quickfix::InformationBarrierID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ InformationBarrierID



23965
23966
23967
23968
23969
23970
23971
# File 'lib/quickfix_fields.rb', line 23965

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