Class: Quickfix::LegCashSettlDealer

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

Returns a new instance of LegCashSettlDealer.



46689
46690
46691
46692
46693
46694
46695
# File 'lib/quickfix_fields.rb', line 46689

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

Class Method Details

.fieldObject



46686
46687
46688
# File 'lib/quickfix_fields.rb', line 46686

def LegCashSettlDealer.field
	return 41343
end