Class: Quickfix::QuoteAckStatus

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ QuoteAckStatus



2268
2269
2270
2271
2272
2273
2274
# File 'lib/quickfix_fields.rb', line 2268

def initialize(data = nil)
  if( data == nil )
    super(297)
  else
    super(297, data)
  end
end

Class Method Details

.fieldObject



2265
2266
2267
# File 'lib/quickfix_fields.rb', line 2265

def QuoteAckStatus.field
  return 297
end