Class: Quickfix::UnderlyingCashType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingCashType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCashType
constructor
A new instance of UnderlyingCashType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCashType
Returns a new instance of UnderlyingCashType.
13136 13137 13138 13139 13140 13141 13142 |
# File 'lib/quickfix_fields.rb', line 13136 def initialize(data = nil) if( data == nil ) super(974) else super(974, data) end end |