Class: Quickfix::CommissionLegRefID

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

Returns a new instance of CommissionLegRefID.



62965
62966
62967
62968
62969
62970
62971
# File 'lib/quickfix_fields.rb', line 62965

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

Class Method Details

.fieldObject



62962
62963
62964
# File 'lib/quickfix_fields.rb', line 62962

def CommissionLegRefID.field
	return 2649
end