Class: Quickfix::NestedPartyID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NestedPartyID

Returns a new instance of NestedPartyID.



58
59
60
61
62
63
64
# File 'lib/quickfix_fields.rb', line 58

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

Class Method Details

.fieldObject



55
56
57
# File 'lib/quickfix_fields.rb', line 55

def NestedPartyID.field
	return 524
end