Class: Quickfix::TotQuoteEntries
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TotQuoteEntries
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TotQuoteEntries
constructor
A new instance of TotQuoteEntries.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TotQuoteEntries
Returns a new instance of TotQuoteEntries.
3841 3842 3843 3844 3845 3846 3847 |
# File 'lib/quickfix_fields.rb', line 3841 def initialize(data = nil) if( data == nil ) super(304) else super(304, data) end end |
Class Method Details
.field ⇒ Object
3838 3839 3840 |
# File 'lib/quickfix_fields.rb', line 3838 def TotQuoteEntries.field return 304 end |