Class: Quickfix::ShortSaleReason
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ShortSaleReason
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ShortSaleReason
constructor
A new instance of ShortSaleReason.
Constructor Details
#initialize(data = nil) ⇒ ShortSaleReason
Returns a new instance of ShortSaleReason.
13227 13228 13229 13230 13231 13232 13233 |
# File 'lib/quickfix_fields.rb', line 13227 def initialize(data = nil) if( data == nil ) super(853) else super(853, data) end end |
Class Method Details
.field ⇒ Object
13224 13225 13226 |
# File 'lib/quickfix_fields.rb', line 13224 def ShortSaleReason.field return 853 end |