Class: Quickfix::FirmAllocText

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) ⇒ FirmAllocText

Returns a new instance of FirmAllocText.



22496
22497
22498
22499
22500
22501
22502
# File 'lib/quickfix_fields.rb', line 22496

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

Class Method Details

.fieldObject



22493
22494
22495
# File 'lib/quickfix_fields.rb', line 22493

def FirmAllocText.field
  return 1732
end