Class: Quickfix::PosAmtMarketID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PosAmtMarketID

Returns a new instance of PosAmtMarketID.



40397
40398
40399
40400
40401
40402
40403
# File 'lib/quickfix_fields.rb', line 40397

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

Class Method Details

.fieldObject



40394
40395
40396
# File 'lib/quickfix_fields.rb', line 40394

def PosAmtMarketID.field
	return 2100
end