Class: Quickfix::RefAllocID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RefAllocID

Returns a new instance of RefAllocID.



12408
12409
12410
12411
12412
12413
12414
# File 'lib/quickfix_fields.rb', line 12408

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

Class Method Details

.fieldObject



12405
12406
12407
# File 'lib/quickfix_fields.rb', line 12405

def RefAllocID.field
  return 72
end