Class: Quickfix::InformationBarrierID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ InformationBarrierID

Returns a new instance of 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

Class Method Details

.fieldObject



23962
23963
23964
# File 'lib/quickfix_fields.rb', line 23962

def InformationBarrierID.field
  return 1727
end