Class: Quickfix::LegPaymentStubFixedCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegPaymentStubFixedCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubFixedCurrency
constructor
A new instance of LegPaymentStubFixedCurrency.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubFixedCurrency
Returns a new instance of LegPaymentStubFixedCurrency.
32792 32793 32794 32795 32796 32797 32798 |
# File 'lib/quickfix_fields.rb', line 32792 def initialize(data = nil) if( data == nil ) super(40423) else super(40423, data) end end |