Class: Quickfix::UnderlyingCashType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingCashType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
8755 8756 8757 8758 8759 8760 8761 |
# File 'lib/quickfix_fields.rb', line 8755 def initialize(data = nil) if( data == nil ) super(974) else super(974, data) end end |
Class Method Details
.field ⇒ Object
8752 8753 8754 |
# File 'lib/quickfix_fields.rb', line 8752 def .field return 974 end |