Class: Quickfix::RiskLimitPlatform

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RiskLimitPlatform

Returns a new instance of RiskLimitPlatform.



20611
20612
20613
20614
20615
20616
20617
# File 'lib/quickfix_fields.rb', line 20611

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