Class: Quickfix::StrikeCurrency

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StrikeCurrency



474
475
476
477
478
479
480
# File 'lib/quickfix_fields.rb', line 474

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

Class Method Details

.fieldObject



471
472
473
# File 'lib/quickfix_fields.rb', line 471

def StrikeCurrency.field
  return 947
end