Class: Quickfix::AuctionAllocationPct
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::AuctionAllocationPct
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AuctionAllocationPct
constructor
A new instance of AuctionAllocationPct.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ AuctionAllocationPct
Returns a new instance of AuctionAllocationPct.
23588 23589 23590 23591 23592 23593 23594 |
# File 'lib/quickfix_fields.rb', line 23588 def initialize(data = nil) if( data == nil ) super(1804) else super(1804, data) end end |
Class Method Details
.field ⇒ Object
23585 23586 23587 |
# File 'lib/quickfix_fields.rb', line 23585 def AuctionAllocationPct.field return 1804 end |