Class: Quickfix::UnderlyingMaturityDay

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingMaturityDay



16347
16348
16349
16350
16351
16352
16353
# File 'lib/quickfix_fields.rb', line 16347

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

Class Method Details

.fieldObject



16344
16345
16346
# File 'lib/quickfix_fields.rb', line 16344

def UnderlyingMaturityDay.field
  return 314
end