Class: Quickfix::LegPaymentStreamFlatRateCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegPaymentStreamFlatRateCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamFlatRateCurrency
constructor
A new instance of LegPaymentStreamFlatRateCurrency.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamFlatRateCurrency
Returns a new instance of LegPaymentStreamFlatRateCurrency.
49952 49953 49954 49955 49956 49957 49958 |
# File 'lib/quickfix_fields.rb', line 49952 def initialize(data = nil) if( data == nil ) super(41551) else super(41551, data) end end |