Class: Quickfix::FillPx
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::FillPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ FillPx
constructor
A new instance of FillPx.
Constructor Details
#initialize(data = nil) ⇒ FillPx
Returns a new instance of FillPx.
5804 5805 5806 5807 5808 5809 5810 |
# File 'lib/quickfix_fields.rb', line 5804 def initialize(data = nil) if( data == nil ) super(1364) else super(1364, data) end end |
Class Method Details
.field ⇒ Object
5801 5802 5803 |
# File 'lib/quickfix_fields.rb', line 5801 def FillPx.field return 1364 end |