Class: Quickfix::SettlCurrAmt

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SettlCurrAmt

Returns a new instance of SettlCurrAmt.



292
293
294
295
296
297
298
# File 'lib/quickfix_fields.rb', line 292

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

Class Method Details

.fieldObject



289
290
291
# File 'lib/quickfix_fields.rb', line 289

def SettlCurrAmt.field
	return 119
end