Class: Quickfix::ProvisionCashSettlValueTime

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

Returns a new instance of ProvisionCashSettlValueTime.



28788
28789
28790
28791
28792
28793
28794
# File 'lib/quickfix_fields.rb', line 28788

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

Class Method Details

.fieldObject



28785
28786
28787
# File 'lib/quickfix_fields.rb', line 28785

def ProvisionCashSettlValueTime.field
	return 40114
end