Class: Quickfix::NoClearingPriceParameters

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoClearingPriceParameters

Returns a new instance of NoClearingPriceParameters.



62549
62550
62551
62552
62553
62554
62555
# File 'lib/quickfix_fields.rb', line 62549

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

Class Method Details

.fieldObject



62546
62547
62548
# File 'lib/quickfix_fields.rb', line 62546

def NoClearingPriceParameters.field
	return 2580
end