Class: Quickfix::SettlPrice
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::SettlPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlPrice
constructor
A new instance of SettlPrice.
Constructor Details
#initialize(data = nil) ⇒ SettlPrice
Returns a new instance of SettlPrice.
8092 8093 8094 8095 8096 8097 8098 |
# File 'lib/quickfix_fields.rb', line 8092 def initialize(data = nil) if( data == nil ) super(730) else super(730, data) end end |
Class Method Details
.field ⇒ Object
8089 8090 8091 |
# File 'lib/quickfix_fields.rb', line 8089 def SettlPrice.field return 730 end |