Class: Quickfix::TradingCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::TradingCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradingCurrency
constructor
A new instance of TradingCurrency.
Constructor Details
#initialize(data = nil) ⇒ TradingCurrency
Returns a new instance of TradingCurrency.
1969 1970 1971 1972 1973 1974 1975 |
# File 'lib/quickfix_fields.rb', line 1969 def initialize(data = nil) if( data == nil ) super(1245) else super(1245, data) end end |
Class Method Details
.field ⇒ Object
1966 1967 1968 |
# File 'lib/quickfix_fields.rb', line 1966 def TradingCurrency.field return 1245 end |