Class: Quickfix::BidSize
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::BidSize
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BidSize
constructor
A new instance of BidSize.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ BidSize
Returns a new instance of BidSize.
2216 2217 2218 2219 2220 2221 2222 |
# File 'lib/quickfix_fields.rb', line 2216 def initialize(data = nil) if( data == nil ) super(134) else super(134, data) end end |
Class Method Details
.field ⇒ Object
2213 2214 2215 |
# File 'lib/quickfix_fields.rb', line 2213 def BidSize.field return 134 end |