Class: Quickfix::SettlMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SettlMethod

Returns a new instance of SettlMethod.



15905
15906
15907
15908
15909
15910
15911
# File 'lib/quickfix_fields.rb', line 15905

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