Class: Quickfix::UnderlyingProvisionCashSettlValueTime

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlValueTime

Returns a new instance of UnderlyingProvisionCashSettlValueTime.



59182
59183
59184
59185
59186
59187
59188
# File 'lib/quickfix_fields.rb', line 59182

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