Class: Quickfix::CashSettlDealer

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

Returns a new instance of CashSettlDealer.



27722
27723
27724
27725
27726
27727
27728
# File 'lib/quickfix_fields.rb', line 27722

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

Class Method Details

.fieldObject



27719
27720
27721
# File 'lib/quickfix_fields.rb', line 27719

def CashSettlDealer.field
	return 40032
end