Class: Quickfix::LegPaymentStreamFormulaCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegPaymentStreamFormulaCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamFormulaCurrency
constructor
A new instance of LegPaymentStreamFormulaCurrency.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamFormulaCurrency
Returns a new instance of LegPaymentStreamFormulaCurrency.
66969 66970 66971 66972 66973 66974 66975 |
# File 'lib/quickfix_fields.rb', line 66969 def initialize(data = nil) if( data == nil ) super(42482) else super(42482, data) end end |