Class: Quickfix::UnderlyingSwapSubClass

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingSwapSubClass

Returns a new instance of UnderlyingSwapSubClass.



54307
54308
54309
54310
54311
54312
54313
# File 'lib/quickfix_fields.rb', line 54307

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