Class: Quickfix::NoDlvyInst

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoDlvyInst

Returns a new instance of NoDlvyInst.



3425
3426
3427
3428
3429
3430
3431
# File 'lib/quickfix_fields.rb', line 3425

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

Class Method Details

.fieldObject



3422
3423
3424
# File 'lib/quickfix_fields.rb', line 3422

def NoDlvyInst.field
	return 85
end