Class: Quickfix::ProtectionTermCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ProtectionTermCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProtectionTermCurrency
constructor
A new instance of ProtectionTermCurrency.
Constructor Details
#initialize(data = nil) ⇒ ProtectionTermCurrency
Returns a new instance of ProtectionTermCurrency.
29685 29686 29687 29688 29689 29690 29691 |
# File 'lib/quickfix_fields.rb', line 29685 def initialize(data = nil) if( data == nil ) super(40183) else super(40183, data) end end |