Class: Quickfix::SettlMethod

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SettlMethod

Returns a new instance of SettlMethod.



13357
13358
13359
13360
13361
13362
13363
# File 'lib/quickfix_fields.rb', line 13357

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

Class Method Details

.fieldObject



13354
13355
13356
# File 'lib/quickfix_fields.rb', line 13354

def SettlMethod.field
	return 1193
end