Class: Quickfix::SettlCurrFxRate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SettlCurrFxRate

Returns a new instance of SettlCurrFxRate.



1800
1801
1802
1803
1804
1805
1806
# File 'lib/quickfix_fields.rb', line 1800

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

Class Method Details

.fieldObject



1797
1798
1799
# File 'lib/quickfix_fields.rb', line 1797

def SettlCurrFxRate.field
	return 155
end