Class: Quickfix::NoRegistDtls

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoRegistDtls

Returns a new instance of NoRegistDtls.



19493
19494
19495
19496
19497
19498
19499
# File 'lib/quickfix_fields.rb', line 19493

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

Class Method Details

.fieldObject



19490
19491
19492
# File 'lib/quickfix_fields.rb', line 19490

def NoRegistDtls.field
	return 473
end