Class: Quickfix::LegMthToDefault

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegMthToDefault

Returns a new instance of LegMthToDefault.



42620
42621
42622
42623
42624
42625
42626
# File 'lib/quickfix_fields.rb', line 42620

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