Class: Quickfix::SettlCurrFxRate
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::SettlCurrFxRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlCurrFxRate
constructor
A new instance of SettlCurrFxRate.
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
.field ⇒ Object
1797 1798 1799 |
# File 'lib/quickfix_fields.rb', line 1797 def SettlCurrFxRate.field return 155 end |