Class: Quickfix::UnderlyingStreamNotionalFrequencyPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingStreamNotionalFrequencyPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamNotionalFrequencyPeriod
constructor
A new instance of UnderlyingStreamNotionalFrequencyPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamNotionalFrequencyPeriod
Returns a new instance of UnderlyingStreamNotionalFrequencyPeriod.
56504 56505 56506 56507 56508 56509 56510 |
# File 'lib/quickfix_fields.rb', line 56504 def initialize(data = nil) if( data == nil ) super(42019) else super(42019, data) end end |
Class Method Details
.field ⇒ Object
56501 56502 56503 |
# File 'lib/quickfix_fields.rb', line 56501 def UnderlyingStreamNotionalFrequencyPeriod.field return 42019 end |