Class: Quickfix::ExecPriceType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ExecPriceType

Returns a new instance of ExecPriceType.



6688
6689
6690
6691
6692
6693
6694
# File 'lib/quickfix_fields.rb', line 6688

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

Class Method Details

.fieldObject



6685
6686
6687
# File 'lib/quickfix_fields.rb', line 6685

def ExecPriceType.field
	return 484
end