Class: Quickfix::BookingUnit

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ BookingUnit

Returns a new instance of BookingUnit.



8027
8028
8029
8030
8031
8032
8033
# File 'lib/quickfix_fields.rb', line 8027

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

Class Method Details

.fieldObject



8024
8025
8026
# File 'lib/quickfix_fields.rb', line 8024

def BookingUnit.field
  return 590
end