Class: Quickfix::SettlPriceType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SettlPriceType

Returns a new instance of SettlPriceType.



3997
3998
3999
4000
4001
4002
4003
# File 'lib/quickfix_fields.rb', line 3997

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

Class Method Details

.fieldObject



3994
3995
3996
# File 'lib/quickfix_fields.rb', line 3994

def SettlPriceType.field
	return 731
end