Class: Quickfix::NoRegistDtls

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoRegistDtls

Returns a new instance of NoRegistDtls.



6545
6546
6547
6548
6549
6550
6551
# File 'lib/quickfix_fields.rb', line 6545

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

Class Method Details

.fieldObject



6542
6543
6544
# File 'lib/quickfix_fields.rb', line 6542

def NoRegistDtls.field
  return 473
end