Class: Quickfix::TotNumCollateralRequests

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TotNumCollateralRequests

Returns a new instance of TotNumCollateralRequests.



61743
61744
61745
61746
61747
61748
61749
# File 'lib/quickfix_fields.rb', line 61743

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