Class: Quickfix::UnderlyingStreamNotionalFrequencyUnit
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingStreamNotionalFrequencyUnit
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamNotionalFrequencyUnit
constructor
A new instance of UnderlyingStreamNotionalFrequencyUnit.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamNotionalFrequencyUnit
Returns a new instance of UnderlyingStreamNotionalFrequencyUnit.
56517 56518 56519 56520 56521 56522 56523 |
# File 'lib/quickfix_fields.rb', line 56517 def initialize(data = nil) if( data == nil ) super(42020) else super(42020, data) end end |