Class: Quickfix::UnderlyingSettlMethod

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingSettlMethod

Returns a new instance of UnderlyingSettlMethod.



8014
8015
8016
8017
8018
8019
8020
# File 'lib/quickfix_fields.rb', line 8014

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

Class Method Details

.fieldObject



8011
8012
8013
# File 'lib/quickfix_fields.rb', line 8011

def UnderlyingSettlMethod.field
	return 1039
end