Class: Quickfix::SettlSubMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SettlSubMethod

Returns a new instance of SettlSubMethod.



62536
62537
62538
62539
62540
62541
62542
# File 'lib/quickfix_fields.rb', line 62536

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