Class: Quickfix::RiskLimitCheckTransType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RiskLimitCheckTransType

Returns a new instance of RiskLimitCheckTransType.



56647
56648
56649
56650
56651
56652
56653
# File 'lib/quickfix_fields.rb', line 56647

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