Class: Quickfix::LegStreamMaximumPaymentCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegStreamMaximumPaymentCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamMaximumPaymentCurrency
constructor
A new instance of LegStreamMaximumPaymentCurrency.
Constructor Details
#initialize(data = nil) ⇒ LegStreamMaximumPaymentCurrency
Returns a new instance of LegStreamMaximumPaymentCurrency.
49978 49979 49980 49981 49982 49983 49984 |
# File 'lib/quickfix_fields.rb', line 49978 def initialize(data = nil) if( data == nil ) super(41553) else super(41553, data) end end |