Class: Quickfix::ExecPriceType

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

Instance Method Summary collapse

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