Class: Quickfix::HandlInst

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ HandlInst

Returns a new instance of HandlInst.



5440
5441
5442
5443
5444
5445
5446
# File 'lib/quickfix_fields.rb', line 5440

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

Class Method Details

.fieldObject



5437
5438
5439
# File 'lib/quickfix_fields.rb', line 5437

def HandlInst.field
  return 21
end