Class: Quickfix::NoNested4PartyIDs

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) ⇒ NoNested4PartyIDs

Returns a new instance of NoNested4PartyIDs.



18687
18688
18689
18690
18691
18692
18693
# File 'lib/quickfix_fields.rb', line 18687

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

Class Method Details

.fieldObject



18684
18685
18686
# File 'lib/quickfix_fields.rb', line 18684

def NoNested4PartyIDs.field
	return 1414
end