Class: Quickfix::NestedInstrAttribType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NestedInstrAttribType

Returns a new instance of NestedInstrAttribType.



16516
16517
16518
16519
16520
16521
16522
# File 'lib/quickfix_fields.rb', line 16516

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

Class Method Details

.fieldObject



16513
16514
16515
# File 'lib/quickfix_fields.rb', line 16513

def NestedInstrAttribType.field
	return 1210
end