Class: Quickfix::LegPhysicalSettlTermXID

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) ⇒ LegPhysicalSettlTermXID

Returns a new instance of LegPhysicalSettlTermXID.



50563
50564
50565
50566
50567
50568
50569
# File 'lib/quickfix_fields.rb', line 50563

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

Class Method Details

.fieldObject



50560
50561
50562
# File 'lib/quickfix_fields.rb', line 50560

def LegPhysicalSettlTermXID.field
	return 41600
end