Class: Quickfix::StreamNotionalFrequencyPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::StreamNotionalFrequencyPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamNotionalFrequencyPeriod
constructor
A new instance of StreamNotionalFrequencyPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ StreamNotionalFrequencyPeriod
Returns a new instance of StreamNotionalFrequencyPeriod.
46195 46196 46197 46198 46199 46200 46201 |
# File 'lib/quickfix_fields.rb', line 46195 def initialize(data = nil) if( data == nil ) super(41306) else super(41306, data) end end |
Class Method Details
.field ⇒ Object
46192 46193 46194 |
# File 'lib/quickfix_fields.rb', line 46192 def StreamNotionalFrequencyPeriod.field return 41306 end |