Class: Quickfix::EncodedFirmAllocText

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

Returns a new instance of EncodedFirmAllocText.



22522
22523
22524
22525
22526
22527
22528
# File 'lib/quickfix_fields.rb', line 22522

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

Class Method Details

.fieldObject



22519
22520
22521
# File 'lib/quickfix_fields.rb', line 22519

def EncodedFirmAllocText.field
  return 1734
end