Class: Quickfix::ExecPriceAdjustment
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::ExecPriceAdjustment
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ExecPriceAdjustment
constructor
A new instance of ExecPriceAdjustment.
Constructor Details
#initialize(data = nil) ⇒ ExecPriceAdjustment
Returns a new instance of ExecPriceAdjustment.
19727 19728 19729 19730 19731 19732 19733 |
# File 'lib/quickfix_fields.rb', line 19727 def initialize(data = nil) if( data == nil ) super(485) else super(485, data) end end |
Class Method Details
.field ⇒ Object
19724 19725 19726 |
# File 'lib/quickfix_fields.rb', line 19724 def ExecPriceAdjustment.field return 485 end |