Class: Quickfix::RiskLimitCheckRequestRefID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RiskLimitCheckRequestRefID

Returns a new instance of RiskLimitCheckRequestRefID.



56673
56674
56675
56676
56677
56678
56679
# File 'lib/quickfix_fields.rb', line 56673

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