Class: Quickfix::RiskLimitCheckRequestType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RiskLimitCheckRequestType

Returns a new instance of RiskLimitCheckRequestType.



56686
56687
56688
56689
56690
56691
56692
# File 'lib/quickfix_fields.rb', line 56686

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